Searched refs:Bootstrapper (Results 1 – 6 of 6) sorted by relevance
67 class Bootstrapper FINAL {125 explicit Bootstrapper(Isolate* isolate);133 DISALLOW_COPY_AND_ASSIGN(Bootstrapper);139 explicit BootstrapperActive(Bootstrapper* bootstrapper) in BootstrapperActive()149 Bootstrapper* bootstrapper_;158 NativesExternalStringResource(Bootstrapper* bootstrapper,
43 Bootstrapper::TearDownExtensions(); in TearDown()93 Bootstrapper::InitializeOncePerProcess(); in InitializeOncePerProcessImpl()
23 Bootstrapper* bootstrapper, in NativesExternalStringResource()37 Bootstrapper::Bootstrapper(Isolate* isolate) in Bootstrapper() function in v8::internal::Bootstrapper46 Handle<String> Bootstrapper::NativesSourceLookup(int index) { in NativesSourceLookup()68 void Bootstrapper::Initialize(bool create_heap_objects) { in Initialize()79 v8::Extension* Bootstrapper::free_buffer_extension_ = NULL;80 v8::Extension* Bootstrapper::gc_extension_ = NULL;81 v8::Extension* Bootstrapper::externalize_string_extension_ = NULL;82 v8::Extension* Bootstrapper::statistics_extension_ = NULL;83 v8::Extension* Bootstrapper::trigger_failure_extension_ = NULL;86 void Bootstrapper::InitializeOncePerProcess() { in InitializeOncePerProcess()[all …]
35 class Bootstrapper; variable855 Bootstrapper* bootstrapper() { return bootstrapper_; }1224 Bootstrapper* bootstrapper_;
177 Bootstrapper::ArchiveSpacePerThread() + in ArchiveSpacePerThread()
1871 bootstrapper_ = new Bootstrapper(this); in Init()