Home
last modified time | relevance | path

Searched refs:bootstrapper (Results 1 – 23 of 23) sorted by relevance

/external/v8/src/
Dbootstrapper.h128 explicit BootstrapperActive(Bootstrapper* bootstrapper) in BootstrapperActive() argument
129 : bootstrapper_(bootstrapper) { in BootstrapperActive()
Dv8threads.cc145 from = isolate_->bootstrapper()->RestoreState(from); in RestoreThread()
299 to = isolate_->bootstrapper()->ArchiveState(to); in EagerlyArchiveThread()
314 isolate_->bootstrapper()->FreeThreadResources(); in FreeThreadResources()
Dcontexts.cc484 isolate->bootstrapper()->IsActive() || object->IsNativeContext(); in IsBootstrappingOrNativeContext()
492 if (child->GetIsolate()->bootstrapper()->IsActive()) return true; in IsBootstrappingOrValidParentContext()
Dproperty-descriptor.cc52 if (isolate->bootstrapper()->IsActive()) return false; in ToPropertyDescriptorFastPath()
Dbootstrapper.cc3770 isolate->bootstrapper()->GetNativeSource(CORE, index); in CompileBuiltin()
3788 isolate->bootstrapper()->GetNativeSource(EXTRAS, index); in CompileExtraBuiltin()
3803 isolate->bootstrapper()->GetNativeSource(EXPERIMENTAL_EXTRAS, index); in CompileExperimentalExtraBuiltin()
3880 SourceCodeCache* cache = isolate->bootstrapper()->extensions_cache(); in CompileExtension()
5644 : isolate_(isolate), active_(isolate->bootstrapper()) { in Genesis()
5781 : isolate_(isolate), active_(isolate->bootstrapper()) { in Genesis()
Dlog.cc1697 if (!isolate_->bootstrapper()->IsActive()) { in MapEvent()
1733 if (isolate_->bootstrapper()->IsActive()) return; in MapDetails()
Dobjects-printer.cc1456 if (!GetIsolate()->bootstrapper()->IsActive()) { in JSGlobalProxyPrint()
1464 if (!GetIsolate()->bootstrapper()->IsActive()) { in JSGlobalObjectPrint()
Dlookup.cc276 if (isolate_->bootstrapper()->IsActive()) return; in InternalUpdateProtector()
Disolate.h999 Bootstrapper* bootstrapper() { return bootstrapper_; }
Disolate.cc951 if (bootstrapper()->IsActive()) return true; in MayAccess()
1209 if (bootstrapper()->IsActive()) { in Throw()
Dapi.cc6106 return isolate->bootstrapper()->CreateEnvironment( in Invoke()
6121 return isolate->bootstrapper()->NewRemoteContext(maybe_global_proxy, in Invoke()
6347 isolate->bootstrapper()->DetachGlobal(context); in DetachGlobal()
Dobjects.cc9538 if (isolate->bootstrapper()->IsActive() && in ConnectTransition()
12544 isolate->bootstrapper()->IsActive()) { in MarkForOptimization()
12654 if (object->GetIsolate()->bootstrapper()->IsActive()) return false; in PrototypeBenefitsFromNormalization()
13028 if (!isolate->bootstrapper()->IsActive() && in SetInstancePrototype()
/external/v8/src/runtime/
Druntime-internal.cc29 CHECK(isolate->bootstrapper()->IsActive()); in RUNTIME_FUNCTION()
37 CHECK(isolate->bootstrapper()->IsActive()); in RUNTIME_FUNCTION()
50 CHECK(isolate->bootstrapper()->IsActive()); in RUNTIME_FUNCTION()
Druntime-scopes.cc685 DCHECK(!isolate->bootstrapper()->IsActive()); in RUNTIME_FUNCTION()
Druntime-object.cc1051 CHECK(isolate->bootstrapper()->IsActive()); in RUNTIME_FUNCTION()
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DLICENSE.txt1 This license applies to the bootstrapper application that is embedded within the installer. It has …
/external/v8/src/objects/
Dscope-info.cc372 DCHECK(isolate->bootstrapper()->IsActive()); in CreateForBootstrapping()
/external/v8/
DAndroid.v8.bp34 "src/bootstrapper.cc",
DBUILD.gn1577 "src/bootstrapper.cc",
1578 "src/bootstrapper.h",
/external/v8/src/heap/
Dfactory.cc2199 if (isolate()->bootstrapper()->IsActive()) { in NewError()
2316 if (isolate()->bootstrapper()->IsActive()) { in NewFunction()
3739 if (isolate()->bootstrapper()->IsActive()) { in ObjectLiteralMapFromCache()
Dheap.cc4159 isolate_->bootstrapper()->Iterate(v); in IterateStrongRoots()
/external/v8/src/debug/
Ddebug.cc1931 if (isolate_->bootstrapper()->IsActive()) return; in HandleDebugBreak()
/external/v8/src/compiler/
Dpipeline.cc613 isolate->bootstrapper()->IsActive() in PrintCode()