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

/art/compiler/dwarf/
H A Ddebug_frame_opcode_writer.h45 void ALWAYS_INLINE AdvancePC(int absolute_pc) { argument
46 DCHECK_GE(absolute_pc, current_pc_);
48 int delta = FactorCodeOffset(absolute_pc - current_pc_);
63 current_pc_ = absolute_pc;

Completed in 75 milliseconds