Searched refs:bootstrapper_ (Results 1 – 3 of 3) sorted by relevance
147 : bootstrapper_(bootstrapper) { in BootstrapperActive()148 ++bootstrapper_->nesting_; in BootstrapperActive()152 --bootstrapper_->nesting_; in ~BootstrapperActive()156 Bootstrapper* bootstrapper_;
1741 bootstrapper_(NULL), in Isolate()1912 bootstrapper_->TearDown(); in Deinit()2001 delete bootstrapper_; in ~Isolate()2002 bootstrapper_ = NULL; in ~Isolate()2126 bootstrapper_ = new Bootstrapper(this); in Init()2182 bootstrapper_->Initialize(create_heap_objects); in Init()
801 Bootstrapper* bootstrapper() { return bootstrapper_; }1209 Bootstrapper* bootstrapper_; variable