Home
last modified time | relevance | path

Searched refs:SourceLookup (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dbootstrapper.h93 Handle<String> SourceLookup(int index);
Dbootstrapper.cc30 Handle<String> Bootstrapper::SourceLookup(int index) { in SourceLookup() function in v8::internal::Bootstrapper
52 template Handle<String> Bootstrapper::SourceLookup<Natives>(int index);
53 template Handle<String> Bootstrapper::SourceLookup<ExperimentalNatives>(
55 template Handle<String> Bootstrapper::SourceLookup<ExperimentalExtraNatives>(
57 template Handle<String> Bootstrapper::SourceLookup<ExtraNatives>(int index);
1798 isolate->bootstrapper()->SourceLookup<Natives>(index); in CompileBuiltin()
1816 isolate->bootstrapper()->SourceLookup<ExperimentalNatives>(index); in CompileExperimentalBuiltin()
1829 isolate->bootstrapper()->SourceLookup<ExtraNatives>(index); in CompileExtraBuiltin()
1844 isolate->bootstrapper()->SourceLookup<ExperimentalExtraNatives>(index); in CompileExperimentalExtraBuiltin()
/external/v8/test/cctest/
Dtest-serialize.cc305 isolate->bootstrapper()->SourceLookup<Natives>(i); in UNINITIALIZED_TEST()
424 isolate->bootstrapper()->SourceLookup<Natives>(i); in UNINITIALIZED_TEST()
555 isolate->bootstrapper()->SourceLookup<Natives>(i); in UNINITIALIZED_TEST()