Home
last modified time | relevance | path

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

/external/v8/src/
Dglobal-handles.cc310 global_handles_(global_handles) {} in NodeBlock()
326 NodeBlock* old_first = global_handles_->first_used_block_; in IncreaseUses()
327 global_handles_->first_used_block_ = this; in IncreaseUses()
340 if (this == global_handles_->first_used_block_) { in DecreaseUses()
341 global_handles_->first_used_block_ = next_used_; in DecreaseUses()
346 GlobalHandles* global_handles() { return global_handles_; } in global_handles()
361 GlobalHandles* global_handles_; member in v8::internal::GlobalHandles::NodeBlock
Disolate.cc1496 global_handles_(NULL), in Isolate()
1753 delete global_handles_; in ~Isolate()
1754 global_handles_ = NULL; in ~Isolate()
1869 global_handles_ = new GlobalHandles(this); in Init()
Disolate.h916 GlobalHandles* global_handles() { return global_handles_; } in global_handles()
1252 GlobalHandles* global_handles_; variable