Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dslot-set.h61 SlotToIndices(slot_offset, &bucket_index, &cell_index, &bit_index); in Insert()
84 SlotToIndices(slot_offset, &bucket_index, &cell_index, &bit_index); in Contains()
93 SlotToIndices(slot_offset, &bucket_index, &cell_index, &bit_index); in Remove()
110 SlotToIndices(start_offset, &start_bucket, &start_cell, &start_bit); in RemoveRange()
112 SlotToIndices(end_offset, &end_bucket, &end_cell, &end_bit); in RemoveRange()
173 SlotToIndices(slot_offset, &bucket_index, &cell_index, &bit_index); in Lookup()
371 void SlotToIndices(int slot_offset, int* bucket_index, int* cell_index, in SlotToIndices() function