Home
last modified time | relevance | path

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

/external/v8/src/init/
Dbootstrapper.h118 : bootstrapper_(bootstrapper) { in BootstrapperActive()
119 ++bootstrapper_->nesting_; in BootstrapperActive()
122 ~BootstrapperActive() { --bootstrapper_->nesting_; } in ~BootstrapperActive()
125 Bootstrapper* bootstrapper_;
/external/v8/src/execution/
Disolate.h968 Bootstrapper* bootstrapper() { return bootstrapper_; }
1753 Bootstrapper* bootstrapper_ = nullptr; variable
Disolate.cc3094 bootstrapper_->TearDown(); in ThrowInternal()
3190 delete bootstrapper_; in ThrowInternal()
3191 bootstrapper_ = nullptr; in ThrowInternal()
3508 bootstrapper_ = new Bootstrapper(this); in ThrowInternal()
3572 bootstrapper_->Initialize(create_heap_objects); in ThrowInternal()