Home | History | Annotate | Download | only in src

Lines Matching refs:bootstrapper

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) {
101 char* Bootstrapper::AllocateAutoDeletedArray(int bytes) {
113 void Bootstrapper::TearDown() {
288 friend class Bootstrapper;
292 void Bootstrapper::Iterate(ObjectVisitor* v) {
298 Handle<Context> Bootstrapper::CreateEnvironment(
326 void Bootstrapper::DetachGlobal(Handle<Context> env) {
336 void Bootstrapper::ReattachGlobal(Handle<Context> env,
1283 isolate->bootstrapper()->NativesSourceLookup(index);
1900 bool Bootstrapper::InstallExtensions(Handle<Context> global_context,
2067 isolate->bootstrapper()->extensions_cache(),
2352 int Bootstrapper::ArchiveSpacePerThread() {
2358 char* Bootstrapper::ArchiveState(char* to) {
2366 char* Bootstrapper::RestoreState(char* from) {
2373 void Bootstrapper::FreeThreadResources() {