Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dslot-set.h57 SlotToIndices(slot_offset, &bucket_index, &cell_index, &bit_index); in Insert()
72 SlotToIndices(slot_offset, &bucket_index, &cell_index, &bit_index); in Contains()
83 SlotToIndices(slot_offset, &bucket_index, &cell_index, &bit_index); in Remove()
102 SlotToIndices(start_offset, &start_bucket, &start_cell, &start_bit); in RemoveRange()
104 SlotToIndices(end_offset, &end_bucket, &end_cell, &end_bit); in RemoveRange()
159 SlotToIndices(slot_offset, &bucket_index, &cell_index, &bit_index); in Lookup()
293 void SlotToIndices(int slot_offset, int* bucket_index, int* cell_index, in SlotToIndices() function