Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.h87 class Bootstrapper {
144 Bootstrapper();
146 DISALLOW_COPY_AND_ASSIGN(Bootstrapper);
168 explicit NativesExternalStringResource(Bootstrapper* bootstrapper,
Dbootstrapper.cc49 Bootstrapper* bootstrapper, in NativesExternalStringResource()
62 Bootstrapper::Bootstrapper() in Bootstrapper() function in v8::internal::Bootstrapper
70 Handle<String> Bootstrapper::NativesSourceLookup(int index) { in NativesSourceLookup()
96 void Bootstrapper::Initialize(bool create_heap_objects) { in Initialize()
103 char* Bootstrapper::AllocateAutoDeletedArray(int bytes) { in AllocateAutoDeletedArray()
115 void Bootstrapper::TearDown() { in TearDown()
261 friend class Bootstrapper;
265 void Bootstrapper::Iterate(ObjectVisitor* v) { in Iterate()
271 Handle<Context> Bootstrapper::CreateEnvironment( in CreateEnvironment()
297 void Bootstrapper::DetachGlobal(Handle<Context> env) { in DetachGlobal()
[all …]
Disolate.h51 class Bootstrapper; variable
804 Bootstrapper* bootstrapper() { return bootstrapper_; }
1141 Bootstrapper* bootstrapper_;
Dv8threads.cc221 Bootstrapper::ArchiveSpacePerThread() + in ArchiveSpacePerThread()
Disolate.cc740 bootstrapper_ = new Bootstrapper(); in Init()