Searched defs:next_dex_pc (Results 1 - 4 of 4) 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.cc592 uint32_t next_dex_pc = dex_pc + instruction.SizeInCodeUnits(); local
593 return block->GetSingleSuccessor()->GetDexPc() == next_dex_pc;
/art/runtime/
H A Dquick_exception_handler.cc74 uint32_t next_dex_pc; local
76 bool has_next = GetNextMethodAndDexPc(&next_art_method, &next_dex_pc);
78 exception_handler_->SetHandlerDexPc(next_dex_pc);
H A Dstack.cc541 bool StackVisitor::GetNextMethodAndDexPc(ArtMethod** next_method, uint32_t* next_dex_pc) { argument
579 *next_dex_pc = visitor.next_dex_pc_;

Completed in 92 milliseconds