Searched refs:GetCachedData (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dd8.cc412 script_source.GetCachedData()) {
413 int length = script_source.GetCachedData()->length;
415 memcpy(cache, script_source.GetCachedData()->data, length);
H A Dapi.cc1839 ScriptCompiler::StreamedSource::GetCachedData() const { function in class:v8::ScriptCompiler::StreamedSource
/external/v8/include/
H A Dv8.h1192 V8_INLINE const CachedData* GetCachedData() const;
1278 const CachedData* GetCachedData() const;
8913 const ScriptCompiler::CachedData* ScriptCompiler::Source::GetCachedData() function in class:v8::ScriptCompiler::Source

Completed in 1480 milliseconds