Home
last modified time | relevance | path

Searched refs:bootstrapper (Results 1 - 18 of 18) sorted by relevance

/third_party/node/deps/v8/src/init/
H A Dbootstrapper.h119 explicit BootstrapperActive(Bootstrapper* bootstrapper) in BootstrapperActive() argument
120 : bootstrapper_(bootstrapper) { in BootstrapperActive()
H A Dbootstrapper.cc5 #include "src/init/bootstrapper.h"
4136 SourceCodeCache* cache = isolate->bootstrapper()->extensions_cache(); in CompileExtension()
6292 : isolate_(isolate), active_(isolate->bootstrapper()) { in Genesis()
6431 : isolate_(isolate), active_(isolate->bootstrapper()) { in Genesis()
/third_party/node/deps/v8/src/execution/
H A Dv8threads.cc13 #include "src/init/bootstrapper.h"
145 from = isolate_->bootstrapper()->RestoreState(from); in RestoreThread()
279 to = isolate_->bootstrapper()->ArchiveState(to); in EagerlyArchiveThread()
293 isolate_->bootstrapper()->FreeThreadResources(); in FreeThreadResources()
H A Disolate.h1100 Bootstrapper* bootstrapper() { return bootstrapper_; } in bootstrapper() function in v8::internal::final
H A Disolate.cc69 #include "src/init/bootstrapper.h"
1499 if (bootstrapper()->IsActive()) return true; in MayAccess()
1816 if (bootstrapper()->IsActive()) { in ThrowInternal()
1818 // while the bootstrapper is active since the infrastructure may not have in ThrowInternal()
/third_party/node/deps/v8/src/objects/
H A Dproperty-descriptor.cc10 #include "src/init/bootstrapper.h"
52 if (isolate->bootstrapper()->IsActive()) return false; in ToPropertyDescriptorFastPath()
H A Djs-function.cc13 #include "src/init/bootstrapper.h"
182 isolate->bootstrapper()->IsActive()) { in MarkForOptimization()
635 if (!isolate->bootstrapper()->IsActive() && in SetInstancePrototype()
645 DCHECK_IMPLIES(!isolate->bootstrapper()->IsActive(), in SetInstancePrototype()
H A Dcontexts.cc10 #include "src/init/bootstrapper.h"
517 if (child.GetIsolate()->bootstrapper()->IsActive()) return true; in IsBootstrappingOrValidParentContext()
H A Dmap.cc12 #include "src/init/bootstrapper.h"
1699 isolate->bootstrapper()->IsActive() ? OMIT_TRANSITION : INSERT_TRANSITION; in CopyForPreventExtensions()
1852 isolate->bootstrapper()->IsActive() ? OMIT_TRANSITION : INSERT_TRANSITION; in TransitionToDataProperty()
2012 isolate->bootstrapper()->IsActive() ? OMIT_TRANSITION : INSERT_TRANSITION; in TransitionToAccessorProperty()
H A Dlookup.cc11 #include "src/init/bootstrapper.h"
189 if (isolate->bootstrapper()->IsActive()) return; in InternalUpdateProtector()
H A Djs-objects.cc19 #include "src/init/bootstrapper.h"
4716 // TODO(v8:11248) make bootstrapper create dict mode prototypes, too? in PrototypeBenefitsFromNormalization()
4717 if (object->GetIsolate()->bootstrapper()->IsActive()) return false; in PrototypeBenefitsFromNormalization()
4782 !object->GetIsolate()->bootstrapper()->IsActive(); in OptimizeAsPrototype()
/third_party/node/deps/v8/src/snapshot/
H A Dsnapshot.cc13 #include "src/init/bootstrapper.h"
347 new_isolate->bootstrapper()->CreateEnvironmentForTesting(); in SerializeDeserializeAndVerifyForTesting()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc15 #include "src/init/bootstrapper.h"
1659 if (!GetIsolate()->bootstrapper()->IsActive()) { in JSGlobalProxyPrint()
1667 if (!GetIsolate()->bootstrapper()->IsActive()) { in JSGlobalObjectPrint()
/third_party/node/deps/v8/src/logging/
H A Dlog.cc29 #include "src/init/bootstrapper.h"
1784 if (!isolate_->bootstrapper()->IsActive()) { in MapEvent()
/third_party/node/deps/v8/src/debug/
H A Ddebug.cc30 #include "src/init/bootstrapper.h"
2476 if (isolate_->bootstrapper()->IsActive()) return; in HandleDebugBreak()
/third_party/node/deps/v8/src/api/
H A Dapi.cc68 #include "src/init/bootstrapper.h"
617 // bootstrapper to create a global proxy before we deserialize the context. in CreateBlob()
6267 return isolate->bootstrapper()->CreateEnvironment( in Invoke()
6283 return isolate->bootstrapper()->NewRemoteContext(maybe_global_proxy, in Invoke()
/third_party/node/deps/v8/src/heap/
H A Dheap.cc80 #include "src/init/bootstrapper.h"
4983 isolate_->bootstrapper()->Iterate(v); in IterateRoots()
H A Dmark-compact.cc2340 if (isolate()->bootstrapper()->IsActive()) return; in RecordObjectStats()

Completed in 98 milliseconds