Home
last modified time | relevance | path

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

/art/runtime/
Dindirect_reference_table.h337 IndirectRef ToIndirectRef(const mirror::Object* /*o*/, uint32_t tableIndex) const { in ToIndirectRef() argument
338 DCHECK_LT(tableIndex, 65536U); in ToIndirectRef()
339 uint32_t serialChunk = slot_data_[tableIndex].serial; in ToIndirectRef()
340 uint32_t uref = serialChunk << 20 | (tableIndex << 2) | kind_; in ToIndirectRef()