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

/art/runtime/
H A Dindirect_reference_table.h348 static constexpr uint32_t DecodeIndex(uintptr_t uref) { function in class:art::IndirectReferenceTable
376 return DecodeIndex(reinterpret_cast<uintptr_t>(iref));

Completed in 35 milliseconds