Home
last modified time | relevance | path

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

/external/v8/src/init/
Dbootstrapper.h41 class Bootstrapper final {
110 explicit Bootstrapper(Isolate* isolate);
112 DISALLOW_COPY_AND_ASSIGN(Bootstrapper);
117 explicit BootstrapperActive(Bootstrapper* bootstrapper) in BootstrapperActive()
125 Bootstrapper* bootstrapper_;
Dv8.cc117 Bootstrapper::InitializeOncePerProcess(); in InitializeOncePerProcessImpl()
Dbootstrapper.cc112 Bootstrapper::Bootstrapper(Isolate* isolate) in Bootstrapper() function in v8::internal::Bootstrapper
117 void Bootstrapper::Initialize(bool create_heap_objects) { in Initialize()
132 void Bootstrapper::InitializeOncePerProcess() { in InitializeOncePerProcess()
148 void Bootstrapper::TearDown() { in TearDown()
305 friend class Bootstrapper;
308 void Bootstrapper::Iterate(RootVisitor* v) { in Iterate()
313 Handle<Context> Bootstrapper::CreateEnvironment( in CreateEnvironment()
335 Handle<JSGlobalProxy> Bootstrapper::NewRemoteContext( in NewRemoteContext()
349 void Bootstrapper::LogAllMaps() { in LogAllMaps()
357 void Bootstrapper::DetachGlobal(Handle<Context> env) { in DetachGlobal()
[all …]
/external/python/cpython3/Tools/msi/bundle/bootstrap/
Dpythonba.def10 ; WiX Standard Bootstrapper Application DLL entry points.
/external/toolchain-utils/deprecated/
Dbuild_tool.py48 class Bootstrapper(object): class
784 rv = Bootstrapper.ResetToolEbuildFile(options.chromeos_root, 'gcc')
785 rv1 = Bootstrapper.ResetToolEbuildFile(options.chromeos_root, 'binutils')
833 if Bootstrapper(
/external/v8/src/execution/
Dv8threads.cc160 Bootstrapper::ArchiveSpacePerThread() + in ArchiveSpacePerThread()
Disolate.h69 class Bootstrapper; variable
968 Bootstrapper* bootstrapper() { return bootstrapper_; }
1753 Bootstrapper* bootstrapper_ = nullptr;
Disolate.cc3508 bootstrapper_ = new Bootstrapper(this); in ThrowInternal()