Home
last modified time | relevance | path

Searched refs:bootstrapper_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dbootstrapper.h140 : bootstrapper_(bootstrapper) { in BootstrapperActive()
141 ++bootstrapper_->nesting_; in BootstrapperActive()
145 --bootstrapper_->nesting_; in ~BootstrapperActive()
149 Bootstrapper* bootstrapper_;
Disolate.cc1473 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()
Disolate.h855 Bootstrapper* bootstrapper() { return bootstrapper_; }
1224 Bootstrapper* bootstrapper_; variable