Searched refs:Bootstrapper (Results 1 – 9 of 9) sorted by relevance
48 class Bootstrapper final {113 explicit Bootstrapper(Isolate* isolate);122 DISALLOW_COPY_AND_ASSIGN(Bootstrapper);128 explicit BootstrapperActive(Bootstrapper* bootstrapper) in BootstrapperActive()138 Bootstrapper* bootstrapper_;
53 Bootstrapper::TearDownExtensions(); in TearDown()87 Bootstrapper::InitializeOncePerProcess(); in InitializeOncePerProcessImpl()
82 Bootstrapper::Bootstrapper(Isolate* isolate) in Bootstrapper() function in v8::internal::Bootstrapper87 Handle<String> Bootstrapper::GetNativeSource(NativeType type, int index) { in GetNativeSource()96 void Bootstrapper::Initialize(bool create_heap_objects) { in Initialize()107 v8::Extension* Bootstrapper::free_buffer_extension_ = nullptr;108 v8::Extension* Bootstrapper::gc_extension_ = nullptr;109 v8::Extension* Bootstrapper::externalize_string_extension_ = nullptr;110 v8::Extension* Bootstrapper::statistics_extension_ = nullptr;111 v8::Extension* Bootstrapper::trigger_failure_extension_ = nullptr;112 v8::Extension* Bootstrapper::ignition_statistics_extension_ = nullptr;114 void Bootstrapper::InitializeOncePerProcess() { in InitializeOncePerProcess()[all …]
177 Bootstrapper::ArchiveSpacePerThread() + in ArchiveSpacePerThread()
64 class Bootstrapper; variable999 Bootstrapper* bootstrapper() { return bootstrapper_; }1671 Bootstrapper* bootstrapper_;
2951 bootstrapper_ = new Bootstrapper(this); in Throw()
10 ; WiX Standard Bootstrapper Application DLL entry points.
48 class Bootstrapper(object): class785 rv = Bootstrapper.ResetToolEbuildFile(options.chromeos_root, 'gcc')786 rv1 = Bootstrapper.ResetToolEbuildFile(options.chromeos_root, 'binutils')834 if Bootstrapper(
40 Bootstrapper::ExportFromRuntime(isolate, container); in RUNTIME_FUNCTION()