Home
last modified time | relevance | path

Searched defs:next_dex_pc (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dstack.cc593 bool StackVisitor::GetNextMethodAndDexPc(ArtMethod** next_method, uint32_t* next_dex_pc) { in GetNextMethodAndDexPc()
/art/compiler/optimizing/
Dinstruction_builder.cc743 uint32_t next_dex_pc = dex_pc + instruction.SizeInCodeUnits(); in IsFallthroughInstruction() local