Searched refs:next_dex_pc (Results 1 – 3 of 3) sorted by relevance
224 bool GetNextMethodAndDexPc(ArtMethod** next_method, uint32_t* next_dex_pc)
592 bool StackVisitor::GetNextMethodAndDexPc(ArtMethod** next_method, uint32_t* next_dex_pc) { in GetNextMethodAndDexPc() argument630 *next_dex_pc = visitor.next_dex_pc_; in GetNextMethodAndDexPc()
732 uint32_t next_dex_pc = dex_pc + instruction.SizeInCodeUnits(); in IsFallthroughInstruction() local733 return block->GetSingleSuccessor()->GetDexPc() == next_dex_pc; in IsFallthroughInstruction()