Searched refs:next_dex_pc (Results 1 – 4 of 4) sorted by relevance
78 uint32_t next_dex_pc; in VisitFrame() local80 bool has_next = GetNextMethodAndDexPc(&next_art_method, &next_dex_pc); in VisitFrame()82 exception_handler_->SetHandlerDexPc(next_dex_pc); in VisitFrame()
191 bool GetNextMethodAndDexPc(ArtMethod** next_method, uint32_t* next_dex_pc)
514 bool StackVisitor::GetNextMethodAndDexPc(ArtMethod** next_method, uint32_t* next_dex_pc) { in GetNextMethodAndDexPc() argument552 *next_dex_pc = visitor.next_dex_pc_; in GetNextMethodAndDexPc()
744 uint32_t next_dex_pc = dex_pc + instruction.SizeInCodeUnits(); in IsFallthroughInstruction() local745 return block->GetSingleSuccessor()->GetDexPc() == next_dex_pc; in IsFallthroughInstruction()