Searched refs:GetEntryAt (Results 1 – 3 of 3) sorted by relevance
55 int32_t GetEntryAt(size_t index) const { in GetEntryAt() function121 return table_.IsSparse() ? table_.GetEntryAt(index_) : table_.GetEntryAt(0) + index_; in CurrentKey()125 return table_.GetEntryAt(index_ + first_target_offset_); in CurrentTargetOffset()
1087 uint32_t target = dex_pc + table.GetEntryAt(i + offset); in CheckLoopEntriesCanBeUsedForOsr()
832 new (allocator_) HPackedSwitch(table.GetEntryAt(0), table.GetNumEntries(), value, dex_pc)); in BuildSwitch()