Home
last modified time | relevance | path

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

/art/compiler/dwarf/
Ddwarf_test.cc129 WriteDebugFrameFDE(is64bit, 0, 0x01000000, 0x01000000, opcodes.data(), in TEST_F()
144 WriteDebugFrameFDE(is64bit, 0, 0x0100000000000000, 0x0200000000000000, in TEST_F()
181 WriteDebugFrameFDE(is64bit, 0, 0x0100000000000000, 0x0200000000000000, in TEST_F()
Dheaders.h78 void WriteDebugFrameFDE(bool is64bit, size_t cie_offset, in WriteDebugFrameFDE() function
/art/compiler/
Dcfi_test.h54 dwarf::WriteDebugFrameFDE(is64bit, 0, 0, actual_asm.size(), &actual_cfi, in GenerateExpected()
Delf_writer_debug.cc188 WriteDebugFrameFDE(Is64BitInstructionSet(isa), cie_offset, in WriteCFISection()