Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_frame_writer.h47 opcodes.DefCFA(Reg::ArmCore(13), 0); // R13(SP). in WriteCIE()
70 opcodes.DefCFA(Reg::Arm64Core(31), 0); // R31(SP). in WriteCIE()
95 opcodes.DefCFA(Reg::X86Core(4), 4); // R4(ESP). in WriteCIE()
119 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.h193 void ALWAYS_INLINE DefCFA(Reg reg, int offset) { in DefCFA() function