Home
last modified time | relevance | path

Searched refs:NativesSourceLookup (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/
Dbootstrapper.h113 Handle<String> NativesSourceLookup(int index);
Dmksnapshot.cc310 i::Isolate::Current()->bootstrapper()->NativesSourceLookup(i); in main()
Dbootstrapper.cc73 Handle<String> Bootstrapper::NativesSourceLookup(int index) { in NativesSourceLookup() function in v8::internal::Bootstrapper
1283 isolate->bootstrapper()->NativesSourceLookup(index); in CompileBuiltin()
Ddebug.cc745 isolate->bootstrapper()->NativesSourceLookup(index); in CompileDebuggerScript()
/external/chromium_org/v8/src/
Dbootstrapper.h112 Handle<String> NativesSourceLookup(int index);
Dmksnapshot.cc353 internal_isolate->bootstrapper()->NativesSourceLookup(i); in main()
Dbootstrapper.cc78 Handle<String> Bootstrapper::NativesSourceLookup(int index) { in NativesSourceLookup() function in v8::internal::Bootstrapper
1440 isolate->bootstrapper()->NativesSourceLookup(index); in CompileBuiltin()
Ddebug.cc781 isolate->bootstrapper()->NativesSourceLookup(index); in CompileDebuggerScript()
/external/v8/test/cctest/
Dtest-serialize.cc360 Isolate::Current()->bootstrapper()->NativesSourceLookup(i); in TEST()
483 Isolate::Current()->bootstrapper()->NativesSourceLookup(i); in TEST()
/external/chromium_org/v8/test/cctest/
Dtest-serialize.cc396 isolate->bootstrapper()->NativesSourceLookup(i); in TEST()
547 isolate->bootstrapper()->NativesSourceLookup(i); in TEST()