Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dprofile-generator.cc521 unsigned next_slot = code_entries_[free_slot].next_free_slot; in ~CodeMap()
585 free_list_head_ = code_entries_[index].next_free_slot; in AddCodeEntry()
592 code_entries_[index].next_free_slot = free_list_head_; in DeleteCodeEntry()
Dprofile-generator.h384 unsigned next_free_slot; member