Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc78 uint32_t next_dex_pc; in VisitFrame() local
80 bool has_next = GetNextMethodAndDexPc(&next_art_method, &next_dex_pc); in VisitFrame()
82 exception_handler_->SetHandlerDexPc(next_dex_pc); in VisitFrame()
Dstack.h191 bool GetNextMethodAndDexPc(ArtMethod** next_method, uint32_t* next_dex_pc)
Dstack.cc514 bool StackVisitor::GetNextMethodAndDexPc(ArtMethod** next_method, uint32_t* next_dex_pc) { in GetNextMethodAndDexPc() argument
552 *next_dex_pc = visitor.next_dex_pc_; in GetNextMethodAndDexPc()
/art/compiler/optimizing/
Dinstruction_builder.cc744 uint32_t next_dex_pc = dex_pc + instruction.SizeInCodeUnits(); in IsFallthroughInstruction() local
745 return block->GetSingleSuccessor()->GetDexPc() == next_dex_pc; in IsFallthroughInstruction()