Searched refs:bootstrapper_ (Results 1 – 2 of 2) sorted by relevance
1438 bootstrapper_(NULL), in Isolate()1565 bootstrapper_->TearDown(); in Deinit()1642 delete bootstrapper_; in ~Isolate()1643 bootstrapper_ = NULL; in ~Isolate()1769 bootstrapper_ = new Bootstrapper(); in Init()1807 bootstrapper_->Initialize(create_heap_objects); in Init()
789 Bootstrapper* bootstrapper() { return bootstrapper_; }1156 Bootstrapper* bootstrapper_; variable