Searched refs:Bootstrapper (Results 1 – 8 of 8) sorted by relevance
41 class Bootstrapper final {110 explicit Bootstrapper(Isolate* isolate);112 DISALLOW_COPY_AND_ASSIGN(Bootstrapper);117 explicit BootstrapperActive(Bootstrapper* bootstrapper) in BootstrapperActive()125 Bootstrapper* bootstrapper_;
117 Bootstrapper::InitializeOncePerProcess(); in InitializeOncePerProcessImpl()
112 Bootstrapper::Bootstrapper(Isolate* isolate) in Bootstrapper() function in v8::internal::Bootstrapper117 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 …]
10 ; WiX Standard Bootstrapper Application DLL entry points.
48 class Bootstrapper(object): class784 rv = Bootstrapper.ResetToolEbuildFile(options.chromeos_root, 'gcc')785 rv1 = Bootstrapper.ResetToolEbuildFile(options.chromeos_root, 'binutils')833 if Bootstrapper(
160 Bootstrapper::ArchiveSpacePerThread() + in ArchiveSpacePerThread()
69 class Bootstrapper; variable968 Bootstrapper* bootstrapper() { return bootstrapper_; }1753 Bootstrapper* bootstrapper_ = nullptr;
3508 bootstrapper_ = new Bootstrapper(this); in ThrowInternal()