Home
last modified time | relevance | path

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

/art/runtime/
Dindirect_reference_table.h368 IndirectRef ToIndirectRef(uint32_t tableIndex) const { in ToIndirectRef() argument
369 DCHECK_LT(tableIndex, 65536U); in ToIndirectRef()
370 uint32_t serialChunk = table_[tableIndex].GetSerial(); in ToIndirectRef()
371 uintptr_t uref = (serialChunk << 20) | (tableIndex << 2) | kind_; in ToIndirectRef()