Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_frame_writer.h43 opcodes.DefCFA(Reg::ArmCore(13), 0); // R13(SP). in WriteCIE()
66 opcodes.DefCFA(Reg::Arm64Core(31), 0); // R31(SP). in WriteCIE()
90 opcodes.DefCFA(Reg::MipsCore(29), 0); // R29(SP). in WriteCIE()
115 opcodes.DefCFA(Reg::X86Core(4), 4); // R4(ESP). in WriteCIE()
139 opcodes.DefCFA(Reg::X86_64Core(4), 8); // R4(RSP). in WriteCIE()
/art/compiler/debug/dwarf/
Ddwarf_test.cc58 opcodes.DefCFA(reg, offset); in TEST_F()
60 opcodes.DefCFA(reg, -offset); in TEST_F()
105 opcodes.DefCFA(Reg(4), 100); // ESP in TEST_F()
/art/libelffile/dwarf/
Ddebug_frame_opcode_writer.h191 void ALWAYS_INLINE DefCFA(Reg reg, int offset) { in DefCFA() function