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

  /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...]
isolate.cc 33 #include "bootstrapper.h"
781 if (isolate->bootstrapper()->IsActive()) return YES;
    [all...]
execution.cc 33 #include "bootstrapper.h"
825 if (isolate->bootstrapper()->IsActive()) {
isolate.h 52 class Bootstrapper;
789 Bootstrapper* bootstrapper() { return bootstrapper_; } function in class:v8::internal::Isolate
    [all...]
scopes.cc 32 #include "bootstrapper.h"
269 if (info->isolate()->bootstrapper()->IsActive()
    [all...]
heap.cc 32 #include "bootstrapper.h"
690 if (isolate_->bootstrapper()->IsActive()) return;
714 if (isolate_->bootstrapper()->IsActive() &&
    [all...]
serialize.cc 32 #include "bootstrapper.h"
    [all...]
debug.cc 32 #include "bootstrapper.h"
745 isolate->bootstrapper()->NativesSourceLookup(index);
817 isolate_->bootstrapper()->CreateEnvironment(
    [all...]
api.cc 35 #include "bootstrapper.h"
    [all...]
runtime.cc 35 #include "bootstrapper.h"
    [all...]
objects.cc 32 #include "bootstrapper.h"
    [all...]
  /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 \

Completed in 169 milliseconds