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

  /external/v8/src/
bootstrapper.h 49 friend class Bootstrapper;
55 class Bootstrapper : public AllStatic {
contexts.cc 30 #include "bootstrapper.h"
58 ASSERT(Bootstrapper::IsActive());
245 return Bootstrapper::IsActive() || object->IsContext();
252 return Bootstrapper::IsActive() || object->IsGlobalObject();
v8.cc 30 #include "bootstrapper.h"
86 Bootstrapper::Initialize(create_heap_objects);
146 Bootstrapper::TearDown();
v8threads.cc 31 #include "bootstrapper.h"
167 from = Bootstrapper::RestoreState(from);
201 Bootstrapper::ArchiveSpacePerThread() +
298 to = Bootstrapper::ArchiveState(to);
312 Bootstrapper::FreeThreadResources();
bootstrapper.cc 32 #include "bootstrapper.h"
113 Handle<String> Bootstrapper::NativesSourceLookup(int index) {
136 void Bootstrapper::Initialize(bool create_heap_objects) {
141 char* Bootstrapper::AllocateAutoDeletedArray(int bytes) {
153 void Bootstrapper::TearDown() {
273 friend class Bootstrapper;
277 void Bootstrapper::Iterate(ObjectVisitor* v) {
283 Handle<Context> Bootstrapper::CreateEnvironment(
309 void Bootstrapper::DetachGlobal(Handle<Context> env) {
318 void Bootstrapper::ReattachGlobal(Handle<Context> env
    [all...]
codegen.cc 30 #include "bootstrapper.h"
155 if (Bootstrapper::IsActive()) {
202 bool print_code = Bootstrapper::IsActive()
mksnapshot.cc 34 #include "bootstrapper.h"
226 i::Bootstrapper::NativesSourceLookup(i);
top.cc 31 #include "bootstrapper.h"
465 if (Bootstrapper::IsActive()) return YES;
692 if (!Bootstrapper::IsActive()) {
693 // It's not safe to try to make message objects while the bootstrapper
773 if (!Bootstrapper::IsActive()) {
775 // traces while the bootstrapper is active since the infrastructure
    [all...]
compiler.cc 30 #include "bootstrapper.h"
68 if (Bootstrapper::IsActive() ?
execution.cc 33 #include "bootstrapper.h"
616 if (Bootstrapper::IsActive()) {
debug.cc 32 #include "bootstrapper.h"
678 Handle<String> source_code = Bootstrapper::NativesSourceLookup(index);
745 Bootstrapper::CreateEnvironment(Handle<Object>::null(),
    [all...]
api.cc 32 #include "bootstrapper.h"
    [all...]
heap.cc 32 #include "bootstrapper.h"
    [all...]
parser.cc 32 #include "bootstrapper.h"
    [all...]
objects.cc 32 #include "bootstrapper.h"
    [all...]
  /external/v8/test/cctest/
test-serialize.cc 43 #include "bootstrapper.h"
368 Bootstrapper::NativesSourceLookup(i);
486 Bootstrapper::NativesSourceLookup(i);
  /external/v8/src/arm/
codegen-arm.cc 30 #include "bootstrapper.h"
318 bool is_builtin = Bootstrapper::IsActive();
    [all...]
  /external/v8/src/x64/
codegen-x64.cc 30 #include "bootstrapper.h"
449 bool is_builtin = Bootstrapper::IsActive();
    [all...]
  /external/v8/src/ia32/
codegen-ia32.cc 30 #include "bootstrapper.h"
297 bool is_builtin = Bootstrapper::IsActive();
842 name_ = Bootstrapper::AllocateAutoDeletedArray(kMaxNameLength);
    [all...]

Completed in 515 milliseconds