Searched refs:table_index (Results 1 - 1 of 1) sorted by relevance

/art/compiler/
H A Dgc_map_builder.h49 size_t table_index = TableIndex(native_offset); local
50 while (in_use_[table_index]) {
51 table_index = (table_index + 1) % entries_;
53 in_use_[table_index] = true;
54 SetCodeOffset(table_index, native_offset);
55 DCHECK_EQ(native_offset, GetCodeOffset(table_index));
56 SetReferences(table_index, references);
64 uint32_t GetCodeOffset(size_t table_index) { argument
66 size_t table_offset = (table_index * EntryWidt
73 SetCodeOffset(size_t table_index, uint32_t native_offset) argument
80 SetReferences(size_t table_index, const uint8_t* references) argument
[all...]

Completed in 13 milliseconds