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

12

/external/chromium_org/v8/src/
H A Dbootstrapper.h139 explicit BootstrapperActive(Bootstrapper* bootstrapper) argument
140 : bootstrapper_(bootstrapper) {
158 NativesExternalStringResource(Bootstrapper* bootstrapper,
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 Dv8threads.cc8 #include "src/bootstrapper.h"
145 from = isolate_->bootstrapper()->RestoreState(from);
303 to = isolate_->bootstrapper()->ArchiveState(to);
318 isolate_->bootstrapper()->FreeThreadResources();
H A Dcodegen.cc7 #include "src/bootstrapper.h"
102 if (info->isolate()->bootstrapper()->IsActive()) {
166 bool print_code = info->isolate()->bootstrapper()->IsActive()
H A Druntime-profiler.cc11 #include "src/bootstrapper.h"
103 !isolate_->bootstrapper()->IsActive()) {
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 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
/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 \
H A Dv8_base.host.linux-arm64.mk41 v8/src/bootstrapper.cc \
H A Dv8_base.host.linux-mips.mk41 v8/src/bootstrapper.cc \
H A Dv8_base.host.linux-mips64.mk41 v8/src/bootstrapper.cc \
H A Dv8_base.host.linux-x86.mk41 v8/src/bootstrapper.cc \
H A Dv8_base.host.linux-x86_64.mk41 v8/src/bootstrapper.cc \
H A Dv8_base.target.darwin-arm64.mk42 v8/src/bootstrapper.cc \
H A Dv8_base.target.darwin-mips.mk42 v8/src/bootstrapper.cc \
H A Dv8_base.target.darwin-mips64.mk42 v8/src/bootstrapper.cc \
H A Dv8_base.target.darwin-x86.mk42 v8/src/bootstrapper.cc \

Completed in 220 milliseconds

12