Home
last modified time | relevance | path

Searched refs:Restore (Results 1 – 11 of 11) sorted by relevance

/art/compiler/utils/arm64/
Dassembler_arm64.cc142 cfi_.Restore(DWARFReg(dst0)); in UnspillRegisters()
149 cfi_.Restore(DWARFReg(dst0)); in UnspillRegisters()
150 cfi_.Restore(DWARFReg(dst1)); in UnspillRegisters()
156 cfi_.Restore(DWARFReg(dst0)); in UnspillRegisters()
/art/compiler/debug/dwarf/
Ddwarf_test.cc91 opcodes.Restore(Reg(0x3F)); in TEST_F()
93 opcodes.Restore(Reg(0x40)); in TEST_F()
95 opcodes.Restore(reg); in TEST_F()
/art/libelffile/dwarf/
Ddebug_frame_opcode_writer.h108 Restore(Reg(reg_base.num() + i)); in RestoreMany()
141 void ALWAYS_INLINE Restore(Reg reg) { in Restore() function
/art/tools/ahat/
DREADME.txt74 Restore old presentation of sample paths from gc roots.
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc127 cfi().Restore(DWARFReg(spill.AsXmmRegister().AsFloatRegister())); in RemoveFrame()
144 cfi().Restore(DWARFReg(spill.AsCpuRegister().AsRegister())); in RemoveFrame()
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc116 cfi().Restore(DWARFReg(spill)); in RemoveFrame()
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S512 ldr r10, [sp, #8] @ Restore JValue* result
513 ldr sp, [sp, #4] @ Restore saved stack pointer
/art/compiler/optimizing/
Dcode_generator_x86_64.cc1391 __ cfi().Restore(DWARFReg(RDI)); in MaybeIncrementHotness()
1464 __ cfi().Restore(DWARFReg(kFpuCalleeSaves[i])); in GenerateFrameExit()
1477 __ cfi().Restore(DWARFReg(reg)); in GenerateFrameExit()
Dcode_generator_arm64.cc1215 GetAssembler()->cfi().Restore(DWARFReg(lowest_spill)); in GenerateFrameExit()
Dcode_generator_x86.cc1199 __ cfi().Restore(DWARFReg(reg)); in GenerateFrameExit()
Dcode_generator_arm_vixl.cc2286 GetAssembler()->cfi().Restore(DWARFReg(sreg)); in GenerateFrameExit()