Searched defs:EncodeIndex (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dindirect_reference_table.h343 static constexpr uintptr_t EncodeIndex(uint32_t table_index) { function in class:art::IndirectReferenceTable
369 return EncodeIndex(table_index) | EncodeSerial(serial) | EncodeIndirectRefKind(kind_);

Completed in 44 milliseconds