Searched refs:tableIndex (Results 1 – 1 of 1) sorted by relevance
364 IndirectRef ToIndirectRef(uint32_t tableIndex) const { in ToIndirectRef() argument365 DCHECK_LT(tableIndex, 65536U); in ToIndirectRef()366 uint32_t serialChunk = table_[tableIndex].GetSerial(); in ToIndirectRef()367 uintptr_t uref = (serialChunk << 20) | (tableIndex << 2) | kind_; in ToIndirectRef()