Searched refs:bootstrapper_ (Results 1 – 3 of 3) sorted by relevance
140 : bootstrapper_(bootstrapper) { in BootstrapperActive()141 ++bootstrapper_->nesting_; in BootstrapperActive()145 --bootstrapper_->nesting_; in ~BootstrapperActive()149 Bootstrapper* bootstrapper_;
1473 bootstrapper_(NULL), in Isolate()1637 bootstrapper_->TearDown(); in Deinit()1736 delete bootstrapper_; in ~Isolate()1737 bootstrapper_ = NULL; in ~Isolate()1871 bootstrapper_ = new Bootstrapper(this); in Init()1926 bootstrapper_->Initialize(create_heap_objects); in Init()
855 Bootstrapper* bootstrapper() { return bootstrapper_; }1224 Bootstrapper* bootstrapper_; variable