Home
last modified time | relevance | path

Searched refs:Bootstrapper (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/v8/src/
Dbootstrapper.h90 class Bootstrapper {
147 explicit Bootstrapper(Isolate* isolate);
149 DISALLOW_COPY_AND_ASSIGN(Bootstrapper);
155 explicit BootstrapperActive(Bootstrapper* bootstrapper) in BootstrapperActive()
165 Bootstrapper* bootstrapper_;
174 NativesExternalStringResource(Bootstrapper* bootstrapper,
Dbootstrapper.cc55 Bootstrapper* bootstrapper, in NativesExternalStringResource()
69 Bootstrapper::Bootstrapper(Isolate* isolate) in Bootstrapper() function in v8::internal::Bootstrapper
78 Handle<String> Bootstrapper::NativesSourceLookup(int index) { in NativesSourceLookup()
98 void Bootstrapper::Initialize(bool create_heap_objects) { in Initialize()
103 void Bootstrapper::InitializeOncePerProcess() { in InitializeOncePerProcess()
113 char* Bootstrapper::AllocateAutoDeletedArray(int bytes) { in AllocateAutoDeletedArray()
125 void Bootstrapper::TearDown() { in TearDown()
303 friend class Bootstrapper;
307 void Bootstrapper::Iterate(ObjectVisitor* v) { in Iterate()
313 Handle<Context> Bootstrapper::CreateEnvironment( in CreateEnvironment()
[all …]
Dv8.cc181 Bootstrapper::InitializeOncePerProcess(); in InitializeOncePerProcessImpl()
Disolate.h54 class Bootstrapper; variable
850 Bootstrapper* bootstrapper() { return bootstrapper_; }
1256 Bootstrapper* bootstrapper_;
Dv8threads.cc217 Bootstrapper::ArchiveSpacePerThread() + in ArchiveSpacePerThread()
Disolate.cc1948 bootstrapper_ = new Bootstrapper(this); in Init()
/external/v8/src/
Dbootstrapper.h89 class Bootstrapper {
147 Bootstrapper();
149 DISALLOW_COPY_AND_ASSIGN(Bootstrapper);
171 NativesExternalStringResource(Bootstrapper* bootstrapper,
Dbootstrapper.cc51 Bootstrapper* bootstrapper, in NativesExternalStringResource()
65 Bootstrapper::Bootstrapper() in Bootstrapper() function in v8::internal::Bootstrapper
73 Handle<String> Bootstrapper::NativesSourceLookup(int index) { in NativesSourceLookup()
94 void Bootstrapper::Initialize(bool create_heap_objects) { in Initialize()
101 char* Bootstrapper::AllocateAutoDeletedArray(int bytes) { in AllocateAutoDeletedArray()
113 void Bootstrapper::TearDown() { in TearDown()
288 friend class Bootstrapper;
292 void Bootstrapper::Iterate(ObjectVisitor* v) { in Iterate()
298 Handle<Context> Bootstrapper::CreateEnvironment( in CreateEnvironment()
326 void Bootstrapper::DetachGlobal(Handle<Context> env) { in DetachGlobal()
[all …]
Disolate.h52 class Bootstrapper; variable
789 Bootstrapper* bootstrapper() { return bootstrapper_; }
1156 Bootstrapper* bootstrapper_;
Dv8threads.cc233 Bootstrapper::ArchiveSpacePerThread() + in ArchiveSpacePerThread()
Disolate.cc1769 bootstrapper_ = new Bootstrapper(); in Init()