Home
last modified time | relevance | path

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

/external/v8/src/
Dglobal-handles.cc409 global_handles_(global_handles) {} in NodeBlock()
425 NodeBlock* old_first = global_handles_->first_used_block_; in IncreaseUses()
426 global_handles_->first_used_block_ = this; in IncreaseUses()
439 if (this == global_handles_->first_used_block_) { in DecreaseUses()
440 global_handles_->first_used_block_ = next_used_; in DecreaseUses()
445 GlobalHandles* global_handles() { return global_handles_; } in global_handles()
460 GlobalHandles* global_handles_; member in v8::internal::GlobalHandles::NodeBlock
Disolate.h861 GlobalHandles* global_handles() { return global_handles_; } in global_handles()
1236 GlobalHandles* global_handles_; variable
Disolate.cc1762 global_handles_(NULL), in Isolate()
2013 delete global_handles_; in ~Isolate()
2014 global_handles_ = NULL; in ~Isolate()
2124 global_handles_ = new GlobalHandles(this); in Init()