Home
last modified time | relevance | path

Searched refs:GetEntryAt (Results 1 – 3 of 3) sorted by relevance

/art/libdexfile/dex/
Dbytecode_utils.h55 int32_t GetEntryAt(size_t index) const { in GetEntryAt() function
121 return table_.IsSparse() ? table_.GetEntryAt(index_) : table_.GetEntryAt(0) + index_; in CurrentKey()
125 return table_.GetEntryAt(index_ + first_target_offset_); in CurrentTargetOffset()
/art/compiler/optimizing/
Dcode_generator.cc1118 uint32_t target = dex_pc + table.GetEntryAt(i + offset); in CheckLoopEntriesCanBeUsedForOsr()
Dinstruction_builder.cc768 new (allocator_) HPackedSwitch(table.GetEntryAt(0), table.GetNumEntries(), value, dex_pc)); in BuildSwitch()