Home
last modified time | relevance | path

Searched refs:GetDexInstructionAt (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dbytecode_utils.h167 inline const Instruction& GetDexInstructionAt(const DexFile::CodeItem& code_item, uint32_t dex_pc) { in GetDexInstructionAt() function
/art/compiler/optimizing/
Dblock_builder.cc232 const Instruction& first = GetDexInstructionAt(code_item_, catch_block->GetDexPc()); in MightHaveLiveNormalPredecessors()