Home
last modified time | relevance | path

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

/art/libelffile/dwarf/
Ddebug_frame_opcode_writer.h47 void ALWAYS_INLINE AdvancePC(int absolute_pc) { in AdvancePC() argument
48 DCHECK_GE(absolute_pc, current_pc_); in AdvancePC()
50 int delta = FactorCodeOffset(absolute_pc - current_pc_); in AdvancePC()
65 current_pc_ = absolute_pc; in AdvancePC()