Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-internal.cc23 RUNTIME_ASSERT(isolate->bootstrapper()->IsActive()); in RUNTIME_FUNCTION()
32 RUNTIME_ASSERT(isolate->bootstrapper()->IsActive()); in RUNTIME_FUNCTION()
45 RUNTIME_ASSERT(isolate->bootstrapper()->IsActive()); in RUNTIME_FUNCTION()
59 RUNTIME_ASSERT(isolate->bootstrapper()->IsActive()); in RUNTIME_FUNCTION()
277 if (!isolate->bootstrapper()->IsActive()) { in RUNTIME_FUNCTION()
Druntime-maths.cc256 DCHECK(!isolate->bootstrapper()->IsActive()); in RUNTIME_FUNCTION()
/external/v8/src/
Dbootstrapper.h146 explicit BootstrapperActive(Bootstrapper* bootstrapper) in BootstrapperActive() argument
147 : bootstrapper_(bootstrapper) { in BootstrapperActive()
Dv8threads.cc140 from = isolate_->bootstrapper()->RestoreState(from); in RestoreThread()
298 to = isolate_->bootstrapper()->ArchiveState(to); in EagerlyArchiveThread()
313 isolate_->bootstrapper()->FreeThreadResources(); in FreeThreadResources()
Dcodegen.cc93 if (info->isolate()->bootstrapper()->IsActive()) { in MakeCodePrologue()
159 bool print_code = info->isolate()->bootstrapper()->IsActive() in PrintCode()
Dcontexts.cc561 isolate->bootstrapper()->IsActive() || object->IsNativeContext(); in IsBootstrappingOrNativeContext()
569 if (child->GetIsolate()->bootstrapper()->IsActive()) return true; in IsBootstrappingOrValidParentContext()
Dproperty-descriptor.cc49 if (isolate->bootstrapper()->IsActive()) return false; in ToPropertyDescriptorFastPath()
Dbootstrapper.cc1798 isolate->bootstrapper()->SourceLookup<Natives>(index); in CompileBuiltin()
1816 isolate->bootstrapper()->SourceLookup<ExperimentalNatives>(index); in CompileExperimentalBuiltin()
1829 isolate->bootstrapper()->SourceLookup<ExtraNatives>(index); in CompileExtraBuiltin()
1844 isolate->bootstrapper()->SourceLookup<ExperimentalExtraNatives>(index); in CompileExperimentalExtraBuiltin()
1921 SourceCodeCache* cache = isolate->bootstrapper()->extensions_cache(); in CompileExtension()
3380 : isolate_(isolate), active_(isolate->bootstrapper()) { in Genesis()
Disolate.cc799 if (bootstrapper()->IsActive()) return true; in MayAccess()
863 if (bootstrapper()->IsActive()) { in StackOverflow()
1020 if (bootstrapper()->IsActive()) { in Throw()
Dfactory.cc1130 if (isolate()->bootstrapper()->IsActive()) { in SIMD128_TYPES()
1259 isolate()->bootstrapper()->IsActive()); in NewFunction()
2310 isolate()->bootstrapper()->IsActive()) { in ObjectLiteralMapFromCache()
Dcompiler.cc1454 bool use_strong = FLAG_use_strong && !isolate->bootstrapper()->IsActive(); in CompileScript()
1751 if (shared->is_toplevel() && isolate->bootstrapper()->IsActive()) { in GetOptimizedCode()
Disolate.h801 Bootstrapper* bootstrapper() { return bootstrapper_; }
Dobjects-debug.cc1289 if (isolate->bootstrapper()->IsActive()) return; in VerifyRecompiledCode()
Dapi.cc5490 env = isolate->bootstrapper()->CreateEnvironment( in CreateEnvironment()
5575 isolate->bootstrapper()->DetachGlobal(context); in DetachGlobal()
Dobjects.cc12323 isolate->bootstrapper()->IsActive()) { in AttemptConcurrentOptimization()
12878 if (!initial_map->GetIsolate()->bootstrapper()->IsActive() && in SetInstancePrototype()
/external/v8/test/cctest/
Dtest-serialize.cc305 isolate->bootstrapper()->SourceLookup<Natives>(i); in UNINITIALIZED_TEST()
424 isolate->bootstrapper()->SourceLookup<Natives>(i); in UNINITIALIZED_TEST()
555 isolate->bootstrapper()->SourceLookup<Natives>(i); in UNINITIALIZED_TEST()
/external/v8/src/ast/
Dscopeinfo.cc224 DCHECK(isolate->bootstrapper()->IsActive()); in CreateGlobalThisBinding()
/external/v8/src/debug/
Ddebug.cc391 Handle<Context> context = isolate_->bootstrapper()->CreateEnvironment( in Load()
2055 if (isolate_->bootstrapper()->IsActive()) return; in HandleDebugBreak()
/external/v8/
DAndroid.v8common.mk31 src/bootstrapper.cc \
DBUILD.gn675 "src/bootstrapper.cc",
676 "src/bootstrapper.h",
/external/v8/tools/gyp/
Dv8.gyp442 '../../src/bootstrapper.cc',
443 '../../src/bootstrapper.h',
/external/v8/src/heap/
Dheap.cc1215 if (isolate_->bootstrapper()->IsActive() && in ClearNormalizedMapCaches()
4586 isolate_->bootstrapper()->Iterate(v); in IterateStrongRoots()