Searched refs:bootstrapper (Results 1 - 25 of 42) sorted by path

12

/external/chromium_org/v8/src/
H A Dapi.cc20 #include "src/bootstrapper.h"
5186 env = isolate->bootstrapper()->CreateEnvironment(
5272 isolate->bootstrapper()->DetachGlobal(context);
H A Dbootstrapper.cc5 #include "src/bootstrapper.h"
23 Bootstrapper* bootstrapper,
27 if (bootstrapper->delete_these_non_arrays_on_tear_down_ == NULL) {
28 bootstrapper->delete_these_non_arrays_on_tear_down_ = new List<char*>(2);
32 bootstrapper->delete_these_non_arrays_on_tear_down_->
1377 isolate->bootstrapper()->NativesSourceLookup(index);
2381 isolate->bootstrapper()->extensions_cache(),
2613 active_(isolate->bootstrapper()) {
22 NativesExternalStringResource( Bootstrapper* bootstrapper, const char* source, size_t length) argument
H A Dbootstrapper.h139 explicit BootstrapperActive(Bootstrapper* bootstrapper) argument
140 : bootstrapper_(bootstrapper) {
158 NativesExternalStringResource(Bootstrapper* bootstrapper,
H A Dcodegen.cc7 #include "src/bootstrapper.h"
102 if (info->isolate()->bootstrapper()->IsActive()) {
166 bool print_code = info->isolate()->bootstrapper()->IsActive()
H A Dcontexts.cc7 #include "src/bootstrapper.h"
54 DCHECK(this->GetIsolate()->bootstrapper()->IsActive());
401 if (child->GetIsolate()->bootstrapper()->IsActive()) return true;
413 isolate->bootstrapper()->IsActive() ||
H A Ddebug.cc9 #include "src/bootstrapper.h"
737 isolate->bootstrapper()->NativesSourceLookup(index);
807 isolate_->bootstrapper()->CreateEnvironment(
3026 if (isolate_->bootstrapper()->IsActive()) return;
H A Disolate.cc13 #include "src/bootstrapper.h"
682 if (isolate->bootstrapper()->IsActive()) return YES;
1023 bool bootstrapping = bootstrapper()->IsActive();
1042 // while the bootstrapper is active since the infrastructure may not have
H A Disolate.h855 Bootstrapper* bootstrapper() { return bootstrapper_; } function in class:v8::internal::Isolate
H A Dlookup.cc7 #include "src/bootstrapper.h"
71 return isolate_->bootstrapper()->IsActive();
H A Dmksnapshot.cc17 #include "src/bootstrapper.h"
396 internal_isolate->bootstrapper()->NativesSourceLookup(i);
H A Dobjects.cc12 #include "src/bootstrapper.h"
4038 if (object->HasIndexedInterceptor() && !isolate->bootstrapper()->IsActive()) {
9388 if (!initial_map->GetIsolate()->bootstrapper()->IsActive() &&
H A Druntime-profiler.cc11 #include "src/bootstrapper.h"
103 !isolate_->bootstrapper()->IsActive()) {
H A Druntime.cc17 #include "src/bootstrapper.h"
8944 RUNTIME_ASSERT(isolate->bootstrapper()->IsActive());
8952 RUNTIME_ASSERT(isolate->bootstrapper()->IsActive());
14611 if (!isolate->bootstrapper()->IsActive()) {
H A Dscopes.cc10 #include "src/bootstrapper.h"
280 if (info->isolate()->bootstrapper()->IsActive()
H A Dserialize.cc10 #include "src/bootstrapper.h"
1161 new NativesExternalStringResource(isolate->bootstrapper(),
H A Dv8threads.cc8 #include "src/bootstrapper.h"
145 from = isolate_->bootstrapper()->RestoreState(from);
303 to = isolate_->bootstrapper()->ArchiveState(to);
318 isolate_->bootstrapper()->FreeThreadResources();
/external/chromium_org/v8/src/heap/
H A Dheap.cc12 #include "src/bootstrapper.h"
974 if (isolate_->bootstrapper()->IsActive()) return;
997 if (isolate_->bootstrapper()->IsActive() &&
4754 isolate_->bootstrapper()->Iterate(v);
/external/chromium_org/v8/test/cctest/
H A Dtest-serialize.cc34 #include "src/bootstrapper.h"
419 isolate->bootstrapper()->NativesSourceLookup(i);
546 isolate->bootstrapper()->NativesSourceLookup(i);
/external/chromium_org/v8/tools/gyp/
H A Dv8_base.host.darwin-arm.mk41 v8/src/bootstrapper.cc \
H A Dv8_base.host.darwin-arm64.mk41 v8/src/bootstrapper.cc \
H A Dv8_base.host.darwin-mips.mk41 v8/src/bootstrapper.cc \
H A Dv8_base.host.darwin-mips64.mk41 v8/src/bootstrapper.cc \
H A Dv8_base.host.darwin-x86.mk41 v8/src/bootstrapper.cc \
H A Dv8_base.host.darwin-x86_64.mk41 v8/src/bootstrapper.cc \
H A Dv8_base.host.linux-arm.mk41 v8/src/bootstrapper.cc \

Completed in 5361 milliseconds

12