Home
last modified time | relevance | path

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

/art/runtime/
Dstack.h224 bool GetNextMethodAndDexPc(ArtMethod** next_method, uint32_t* next_dex_pc)
Dstack.cc593 bool StackVisitor::GetNextMethodAndDexPc(ArtMethod** next_method, uint32_t* next_dex_pc) { in GetNextMethodAndDexPc() argument
631 *next_dex_pc = visitor.next_dex_pc_; in GetNextMethodAndDexPc()
/art/compiler/optimizing/
Dinstruction_builder.cc743 uint32_t next_dex_pc = dex_pc + instruction.SizeInCodeUnits(); in IsFallthroughInstruction() local
744 return block->GetSingleSuccessor()->GetDexPc() == next_dex_pc; in IsFallthroughInstruction()