Searched refs:tableIndex (Results 1 – 1 of 1) sorted by relevance
337 IndirectRef ToIndirectRef(const mirror::Object* /*o*/, uint32_t tableIndex) const { in ToIndirectRef() argument338 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()