Searched refs:next_dex_pc (Results 1 - 5 of 5) sorted by relevance

/art/compiler/optimizing/
H A Dblock_builder.cc179 uint32_t next_dex_pc = dex_pc + instruction.SizeInCodeUnits(); local
180 block->AddSuccessor(GetBlockAt(next_dex_pc));
H A Dinstruction_builder.cc607 uint32_t next_dex_pc = dex_pc + instruction.SizeInCodeUnits(); local
608 return block->GetSingleSuccessor()->GetDexPc() == next_dex_pc;
/art/runtime/
H A Dquick_exception_handler.cc76 uint32_t next_dex_pc; local
78 bool has_next = GetNextMethodAndDexPc(&next_art_method, &next_dex_pc);
80 exception_handler_->SetHandlerDexPc(next_dex_pc);
H A Dstack.cc560 bool StackVisitor::GetNextMethodAndDexPc(ArtMethod** next_method, uint32_t* next_dex_pc) { argument
598 *next_dex_pc = visitor.next_dex_pc_;
H A Dstack.h674 bool GetNextMethodAndDexPc(ArtMethod** next_method, uint32_t* next_dex_pc)

Completed in 69 milliseconds