HomeSort by relevance Sort by last modified time
    Searched refs:bootstrapper (Results 1 - 25 of 48) sorted by null

1 2

  /external/v8/src/
bootstrapper.h 89 class Bootstrapper {
147 Bootstrapper();
149 DISALLOW_COPY_AND_ASSIGN(Bootstrapper);
156 ++Isolate::Current()->bootstrapper()->nesting_;
160 --Isolate::Current()->bootstrapper()->nesting_;
171 NativesExternalStringResource(Bootstrapper* bootstrapper,
codegen.cc 30 #include "bootstrapper.h"
67 if (Isolate::Current()->bootstrapper()->IsActive()) {
117 bool print_code = Isolate::Current()->bootstrapper()->IsActive()
contexts.cc 30 #include "bootstrapper.h"
68 ASSERT(Isolate::Current()->bootstrapper()->IsActive());
310 return Isolate::Current()->bootstrapper()->IsActive() || object->IsContext();
319 isolate->bootstrapper()->IsActive() ||
v8threads.cc 31 #include "bootstrapper.h"
199 from = isolate_->bootstrapper()->RestoreState(from);
233 Bootstrapper::ArchiveSpacePerThread() +
346 to = isolate_->bootstrapper()->ArchiveState(to);
360 isolate_->bootstrapper()->FreeThreadResources();
mksnapshot.cc 35 #include "bootstrapper.h"
310 i::Isolate::Current()->bootstrapper()->NativesSourceLookup(i);
bootstrapper.cc 32 #include "bootstrapper.h"
51 Bootstrapper* bootstrapper,
55 if (bootstrapper->delete_these_non_arrays_on_tear_down_ == NULL) {
56 bootstrapper->delete_these_non_arrays_on_tear_down_ = new List<char*>(2);
60 bootstrapper->delete_these_non_arrays_on_tear_down_->
65 Bootstrapper::Bootstrapper()
73 Handle<String> Bootstrapper::NativesSourceLookup(int index) {
94 void Bootstrapper::Initialize(bool create_heap_objects)
    [all...]
  /external/chromium_org/v8/src/
bootstrapper.h 90 class Bootstrapper {
150 explicit Bootstrapper(Isolate* isolate);
152 DISALLOW_COPY_AND_ASSIGN(Bootstrapper);
158 explicit BootstrapperActive(Bootstrapper* bootstrapper)
159 : bootstrapper_(bootstrapper) {
168 Bootstrapper* bootstrapper_;
177 NativesExternalStringResource(Bootstrapper* bootstrapper,
codegen.cc 30 #include "bootstrapper.h"
67 if (info->isolate()->bootstrapper()->IsActive()) {
129 bool print_code = Isolate::Current()->bootstrapper()->IsActive()
contexts.cc 30 #include "bootstrapper.h"
77 ASSERT(Isolate::Current()->bootstrapper()->IsActive());
347 if (child->GetIsolate()->bootstrapper()->IsActive()) return true;
360 isolate->bootstrapper()->IsActive() ||
v8threads.cc 31 #include "bootstrapper.h"
203 from = isolate_->bootstrapper()->RestoreState(from);
237 Bootstrapper::ArchiveSpacePerThread() +
367 to = isolate_->bootstrapper()->ArchiveState(to);
381 isolate_->bootstrapper()->FreeThreadResources();
mksnapshot.cc 37 #include "bootstrapper.h"
394 i::Isolate::Current()->bootstrapper()->NativesSourceLookup(i);
runtime-profiler.cc 33 #include "bootstrapper.h"
142 if (FLAG_parallel_recompilation && !isolate_->bootstrapper()->IsActive()) {
bootstrapper.cc 32 #include "bootstrapper.h"
57 Bootstrapper* bootstrapper,
61 if (bootstrapper->delete_these_non_arrays_on_tear_down_ == NULL) {
62 bootstrapper->delete_these_non_arrays_on_tear_down_ = new List<char*>(2);
66 bootstrapper->delete_these_non_arrays_on_tear_down_->
71 Bootstrapper::Bootstrapper(Isolate* isolate)
80 Handle<String> Bootstrapper::NativesSourceLookup(int index) {
100 void Bootstrapper::Initialize(bool create_heap_objects)
    [all...]
  /external/chromium_org/v8/test/cctest/
test-serialize.cc 44 #include "bootstrapper.h"
393 isolate->bootstrapper()->NativesSourceLookup(i);
543 isolate->bootstrapper()->NativesSourceLookup(i);
  /external/v8/test/cctest/
test-serialize.cc 43 #include "bootstrapper.h"
360 Isolate::Current()->bootstrapper()->NativesSourceLookup(i);
483 Isolate::Current()->bootstrapper()->NativesSourceLookup(i);
  /external/v8/
Android.v8common.mk 11 src/bootstrapper.cc \
  /external/chromium_org/v8/tools/gyp/
v8_base.arm.host.darwin-arm.mk 36 v8/src/bootstrapper.cc \
v8_base.arm.host.linux-arm.mk 36 v8/src/bootstrapper.cc \
v8_base.ia32.host.darwin-x86.mk 36 v8/src/bootstrapper.cc \
v8_base.ia32.host.linux-x86.mk 36 v8/src/bootstrapper.cc \
v8_base.mipsel.host.darwin-mips.mk 36 v8/src/bootstrapper.cc \
v8_base.mipsel.host.linux-mips.mk 36 v8/src/bootstrapper.cc \
v8_base.arm.target.darwin-arm.mk 37 v8/src/bootstrapper.cc \
v8_base.arm.target.linux-arm.mk 37 v8/src/bootstrapper.cc \
v8_base.ia32.target.darwin-x86.mk 37 v8/src/bootstrapper.cc \

Completed in 561 milliseconds

1 2