Searched refs:ExtractIndex (Results 1 – 3 of 3) sorted by relevance
41 uint32_t idx = ExtractIndex(iref); in IsValidReference()84 uint32_t idx = ExtractIndex(iref); in Get()95 uint32_t idx = ExtractIndex(iref); in Update()
224 LOG(INFO) << "+++ added at " << ExtractIndex(result) << " top=" << top_index_ in Add()248 const uint32_t idx = ExtractIndex(iref); in Remove()
296 ALWAYS_INLINE static uint32_t ExtractIndex(IndirectRef iref) { in ExtractIndex() function