Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.h48 class Bootstrapper final {
113 explicit Bootstrapper(Isolate* isolate);
122 DISALLOW_COPY_AND_ASSIGN(Bootstrapper);
128 explicit BootstrapperActive(Bootstrapper* bootstrapper) in BootstrapperActive()
138 Bootstrapper* bootstrapper_;
Dv8.cc53 Bootstrapper::TearDownExtensions(); in TearDown()
87 Bootstrapper::InitializeOncePerProcess(); in InitializeOncePerProcessImpl()
Dbootstrapper.cc82 Bootstrapper::Bootstrapper(Isolate* isolate) in Bootstrapper() function in v8::internal::Bootstrapper
87 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 …]
Dv8threads.cc177 Bootstrapper::ArchiveSpacePerThread() + in ArchiveSpacePerThread()
Disolate.h64 class Bootstrapper; variable
999 Bootstrapper* bootstrapper() { return bootstrapper_; }
1671 Bootstrapper* bootstrapper_;
Disolate.cc2951 bootstrapper_ = new Bootstrapper(this); in Throw()
/external/python/cpython3/Tools/msi/bundle/bootstrap/
Dpythonba.def10 ; WiX Standard Bootstrapper Application DLL entry points.
/external/toolchain-utils/
Dbuild_tool.py48 class Bootstrapper(object): class
785 rv = Bootstrapper.ResetToolEbuildFile(options.chromeos_root, 'gcc')
786 rv1 = Bootstrapper.ResetToolEbuildFile(options.chromeos_root, 'binutils')
834 if Bootstrapper(
/external/v8/src/runtime/
Druntime-internal.cc40 Bootstrapper::ExportFromRuntime(isolate, container); in RUNTIME_FUNCTION()