Searched refs:bootstrapper (Results 1 – 25 of 44) sorted by relevance
12
139 explicit BootstrapperActive(Bootstrapper* bootstrapper) in BootstrapperActive() argument140 : bootstrapper_(bootstrapper) { in BootstrapperActive()158 NativesExternalStringResource(Bootstrapper* bootstrapper,
54 DCHECK(this->GetIsolate()->bootstrapper()->IsActive()); in native_context()401 if (child->GetIsolate()->bootstrapper()->IsActive()) return true; in IsBootstrappingOrValidParentContext()413 isolate->bootstrapper()->IsActive() || in IsBootstrappingOrGlobalObject()
145 from = isolate_->bootstrapper()->RestoreState(from); in RestoreThread()303 to = isolate_->bootstrapper()->ArchiveState(to); in EagerlyArchiveThread()318 isolate_->bootstrapper()->FreeThreadResources(); in FreeThreadResources()
102 if (info->isolate()->bootstrapper()->IsActive()) { in MakeCodePrologue()166 bool print_code = info->isolate()->bootstrapper()->IsActive() in PrintCode()
103 !isolate_->bootstrapper()->IsActive()) { in Optimize()
71 return isolate_->bootstrapper()->IsActive(); in IsBootstrapping()
23 Bootstrapper* bootstrapper, in NativesExternalStringResource() argument27 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()
396 internal_isolate->bootstrapper()->NativesSourceLookup(i); in main()
419 isolate->bootstrapper()->NativesSourceLookup(i); in UNINITIALIZED_TEST()546 isolate->bootstrapper()->NativesSourceLookup(i); in UNINITIALIZED_TEST()
41 v8/src/bootstrapper.cc \
42 v8/src/bootstrapper.cc \