Home
last modified time | relevance | path

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

/external/v8/src/objects/
Ddebug-objects.cc326 const int slot_start = CoverageInfo::FirstIndexForSlot(slot_index); in StartSourcePosition()
332 const int slot_start = CoverageInfo::FirstIndexForSlot(slot_index); in EndSourcePosition()
338 const int slot_start = CoverageInfo::FirstIndexForSlot(slot_index); in BlockCount()
344 const int slot_start = CoverageInfo::FirstIndexForSlot(slot_index); in InitializeSlot()
352 const int slot_start = CoverageInfo::FirstIndexForSlot(slot_index); in IncrementBlockCount()
359 const int slot_start = CoverageInfo::FirstIndexForSlot(slot_index); in ResetBlockCount()
Ddebug-objects.h244 static int FirstIndexForSlot(int slot_index) { in FirstIndexForSlot() function