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

  /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,
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...]
v8.cc 33 #include "bootstrapper.h"
329 Bootstrapper::InitializeOncePerProcess();
isolate.h 54 class Bootstrapper;
861 Bootstrapper* bootstrapper() { return bootstrapper_; } function in class:v8::internal::Isolate
    [all...]
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();
isolate.cc 34 #include "bootstrapper.h"
    [all...]
  /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,
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.h 52 class Bootstrapper;
789 Bootstrapper* bootstrapper() { return bootstrapper_; } function in class:v8::internal::Isolate
    [all...]
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();
isolate.cc 33 #include "bootstrapper.h"
781 if (isolate->bootstrapper()->IsActive()) return YES;
    [all...]

Completed in 308 milliseconds