Home
last modified time | relevance | path

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

/art/compiler/debug/dwarf/
Ddebug_line_opcode_writer.h47 void AdvancePC(uint64_t absolute_address) { in AdvancePC() function
168 AdvancePC(absolute_address); in AddRow()
190 AdvancePC(absolute_address); in AddRow()
Ddwarf_test.cc51 opcodes.AdvancePC(pc); in TEST_F()
212 opcodes.AdvancePC(0x01000100); in TEST_F()
Ddebug_frame_opcode_writer.h47 void ALWAYS_INLINE AdvancePC(int absolute_pc) { in AdvancePC() function
/art/compiler/utils/
Dassembler.cc119 AdvancePC(pc); in ImplicitlyAdvancePC()
/art/compiler/debug/
Delf_debug_line_writer.h263 opcodes.AdvancePC(method_address + mi->code_size); in WriteCompilationUnit()
/art/compiler/utils/mips64/
Dassembler_mips64.cc70 cfi().AdvancePC(final_pc); in PatchCFI()
/art/compiler/utils/arm/
Dassembler_thumb2.cc319 cfi().AdvancePC(final_pc); in PatchCFI()
/art/compiler/utils/mips/
Dassembler_mips.cc296 cfi().AdvancePC(advance_pc); in PatchCFI()