Searched refs:tableIndex (Results 1 – 1 of 1) sorted by relevance
368 IndirectRef ToIndirectRef(uint32_t tableIndex) const { in ToIndirectRef() argument369 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()