Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.h139 explicit BootstrapperActive(Bootstrapper* bootstrapper) in BootstrapperActive() argument
140 : bootstrapper_(bootstrapper) { in BootstrapperActive()
158 NativesExternalStringResource(Bootstrapper* bootstrapper,
Dcontexts.cc54 DCHECK(this->GetIsolate()->bootstrapper()->IsActive()); in native_context()
401 if (child->GetIsolate()->bootstrapper()->IsActive()) return true; in IsBootstrappingOrValidParentContext()
413 isolate->bootstrapper()->IsActive() || in IsBootstrappingOrGlobalObject()
Dv8threads.cc145 from = isolate_->bootstrapper()->RestoreState(from); in RestoreThread()
303 to = isolate_->bootstrapper()->ArchiveState(to); in EagerlyArchiveThread()
318 isolate_->bootstrapper()->FreeThreadResources(); in FreeThreadResources()
Dcodegen.cc102 if (info->isolate()->bootstrapper()->IsActive()) { in MakeCodePrologue()
166 bool print_code = info->isolate()->bootstrapper()->IsActive() in PrintCode()
Druntime-profiler.cc103 !isolate_->bootstrapper()->IsActive()) { in Optimize()
Dlookup.cc71 return isolate_->bootstrapper()->IsActive(); in IsBootstrapping()
Dbootstrapper.cc23 Bootstrapper* bootstrapper, in NativesExternalStringResource() argument
27 if (bootstrapper->delete_these_non_arrays_on_tear_down_ == NULL) { in NativesExternalStringResource()
28 bootstrapper->delete_these_non_arrays_on_tear_down_ = new List<char*>(2); in NativesExternalStringResource()
32 bootstrapper->delete_these_non_arrays_on_tear_down_-> in NativesExternalStringResource()
1377 isolate->bootstrapper()->NativesSourceLookup(index); in CompileBuiltin()
2381 isolate->bootstrapper()->extensions_cache(), in InstallExtension()
2613 active_(isolate->bootstrapper()) { in Genesis()
Dmksnapshot.cc396 internal_isolate->bootstrapper()->NativesSourceLookup(i); in main()
Ddebug.cc737 isolate->bootstrapper()->NativesSourceLookup(index); in CompileDebuggerScript()
807 isolate_->bootstrapper()->CreateEnvironment( in Load()
3026 if (isolate_->bootstrapper()->IsActive()) return; in HandleDebugBreak()
Disolate.cc682 if (isolate->bootstrapper()->IsActive()) return YES; in MayAccessPreCheck()
1023 bool bootstrapping = bootstrapper()->IsActive(); in DoThrow()
Disolate.h855 Bootstrapper* bootstrapper() { return bootstrapper_; }
Dscopes.cc280 if (info->isolate()->bootstrapper()->IsActive() in Analyze()
Dserialize.cc1161 new NativesExternalStringResource(isolate->bootstrapper(), in ReadChunk()
Dapi.cc5186 env = isolate->bootstrapper()->CreateEnvironment( in CreateEnvironment()
5272 isolate->bootstrapper()->DetachGlobal(context); in DetachGlobal()
Druntime.cc8944 RUNTIME_ASSERT(isolate->bootstrapper()->IsActive()); in RUNTIME_FUNCTION()
8952 RUNTIME_ASSERT(isolate->bootstrapper()->IsActive()); in RUNTIME_FUNCTION()
14611 if (!isolate->bootstrapper()->IsActive()) { in RUNTIME_FUNCTION()
Dobjects.cc4038 if (object->HasIndexedInterceptor() && !isolate->bootstrapper()->IsActive()) { in GetElementAttributeWithReceiver()
9388 if (!initial_map->GetIsolate()->bootstrapper()->IsActive() && in SetInstancePrototype()
/external/v8/test/cctest/
Dtest-serialize.cc419 isolate->bootstrapper()->NativesSourceLookup(i); in UNINITIALIZED_TEST()
546 isolate->bootstrapper()->NativesSourceLookup(i); in UNINITIALIZED_TEST()
/external/v8/
DAndroid.v8common.mk29 src/bootstrapper.cc \
DBUILD.gn447 "src/bootstrapper.cc",
448 "src/bootstrapper.h",
/external/v8/tools/gyp/
Dv8.gyp358 '../../src/bootstrapper.cc',
359 '../../src/bootstrapper.h',
/external/v8/src/heap/
Dheap.cc974 if (isolate_->bootstrapper()->IsActive()) return; in ClearJSFunctionResultCaches()
997 if (isolate_->bootstrapper()->IsActive() && in ClearNormalizedMapCaches()
4754 isolate_->bootstrapper()->Iterate(v); in IterateStrongRoots()