Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.h151 : bootstrapper_(bootstrapper) { in BootstrapperActive()
152 ++bootstrapper_->nesting_; in BootstrapperActive()
156 --bootstrapper_->nesting_; in ~BootstrapperActive()
160 Bootstrapper* bootstrapper_;
Disolate.cc2234 bootstrapper_(NULL), in Throw()
2407 bootstrapper_->TearDown(); in Throw()
2510 delete bootstrapper_; in Throw()
2511 bootstrapper_ = NULL; in Throw()
2630 bootstrapper_ = new Bootstrapper(this); in Throw()
2696 bootstrapper_->Initialize(create_heap_objects); in Throw()
Disolate.h840 Bootstrapper* bootstrapper() { return bootstrapper_; }
1378 Bootstrapper* bootstrapper_; variable