Home
last modified time | relevance | path

Searched refs:Bootstrapper (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dbootstrapper.h68 class Bootstrapper final {
132 explicit Bootstrapper(Isolate* isolate);
140 DISALLOW_COPY_AND_ASSIGN(Bootstrapper);
146 explicit BootstrapperActive(Bootstrapper* bootstrapper) in BootstrapperActive()
156 Bootstrapper* bootstrapper_;
Dbootstrapper.cc24 Bootstrapper::Bootstrapper(Isolate* isolate) in Bootstrapper() function in v8::internal::Bootstrapper
30 Handle<String> Bootstrapper::SourceLookup(int index) { in SourceLookup()
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);
60 void Bootstrapper::Initialize(bool create_heap_objects) { in Initialize()
71 v8::Extension* Bootstrapper::free_buffer_extension_ = NULL;
72 v8::Extension* Bootstrapper::gc_extension_ = NULL;
73 v8::Extension* Bootstrapper::externalize_string_extension_ = NULL;
[all …]
Dv8.cc46 Bootstrapper::TearDownExtensions(); in TearDown()
86 Bootstrapper::InitializeOncePerProcess(); in InitializeOncePerProcessImpl()
Disolate.h42 class Bootstrapper; variable
801 Bootstrapper* bootstrapper() { return bootstrapper_; }
1209 Bootstrapper* bootstrapper_;
Dv8threads.cc172 Bootstrapper::ArchiveSpacePerThread() + in ArchiveSpacePerThread()
Disolate.cc2126 bootstrapper_ = new Bootstrapper(this); in Init()
/external/v8/src/runtime/
Druntime-internal.cc35 Bootstrapper::ExportFromRuntime(isolate, container); in RUNTIME_FUNCTION()
48 Bootstrapper::ExportExperimentalFromRuntime(isolate, container); in RUNTIME_FUNCTION()