Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.h152 : bootstrapper_(bootstrapper) { in BootstrapperActive()
153 ++bootstrapper_->nesting_; in BootstrapperActive()
157 --bootstrapper_->nesting_; in ~BootstrapperActive()
161 Bootstrapper* bootstrapper_;
Disolate.cc2090 bootstrapper_(NULL), in Throw()
2262 bootstrapper_->TearDown(); in Throw()
2360 delete bootstrapper_; in Throw()
2361 bootstrapper_ = NULL; in Throw()
2480 bootstrapper_ = new Bootstrapper(this); in Throw()
2545 bootstrapper_->Initialize(create_heap_objects); in Throw()
Disolate.h836 Bootstrapper* bootstrapper() { return bootstrapper_; }
1310 Bootstrapper* bootstrapper_; variable