Home
last modified time | relevance | path

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

/art/compiler/dwarf/
Ddebug_frame_opcode_writer.h46 DCHECK_GE(absolute_pc, current_pc_); in AdvancePC()
48 int delta = FactorCodeOffset(absolute_pc - current_pc_); in AdvancePC()
63 current_pc_ = absolute_pc; in AdvancePC()
285 int GetCurrentPC() const { return current_pc_; } in GetCurrentPC()
299 current_pc_(0),
323 int current_pc_; variable
/art/compiler/dex/quick/
Dlazy_debug_frame_opcode_writer.h37 DCHECK_EQ(this->current_pc_, 0); in ImplicitlyAdvancePC()