Home
last modified time | relevance | path

Searched refs:info_index_for_other_state_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/profiler/
Dallocation-tracker.cc185 info_index_for_other_state_(0) { in AllocationTracker()
275 if (info_index_for_other_state_ == 0) { in functionInfoIndexForVMState()
278 info_index_for_other_state_ = in functionInfoIndexForVMState()
282 return info_index_for_other_state_; in functionInfoIndexForVMState()
Dallocation-tracker.h148 unsigned info_index_for_other_state_; variable