Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.h147 : bootstrapper_(bootstrapper) { in BootstrapperActive()
148 ++bootstrapper_->nesting_; in BootstrapperActive()
152 --bootstrapper_->nesting_; in ~BootstrapperActive()
156 Bootstrapper* bootstrapper_;
Disolate.cc1741 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()
Disolate.h801 Bootstrapper* bootstrapper() { return bootstrapper_; }
1209 Bootstrapper* bootstrapper_; variable