Home
last modified time | relevance | path

Searched refs:RestoreState (Results 1 – 14 of 14) sorted by relevance

/art/libelffile/dwarf/
Ddebug_frame_opcode_writer.h184 void ALWAYS_INLINE RestoreState() { in RestoreState() function
/art/compiler/debug/dwarf/
Ddwarf_test.cc99 opcodes.RestoreState(); in TEST_F()
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc103 cfi().RestoreState(); in RemoveFrame()
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc134 cfi().RestoreState(); in RemoveFrame()
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc211 cfi().RestoreState(); in RemoveFrame()
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc814 cfi().RestoreState(); in RemoveFrame()
/art/compiler/utils/mips64/
Dassembler_mips64.cc3680 cfi_.RestoreState(); in RemoveFrame()
/art/compiler/utils/mips/
Dassembler_mips.cc4857 cfi_.RestoreState(); in RemoveFrame()
/art/compiler/optimizing/
Dcode_generator_arm64.cc1136 GetAssembler()->cfi().RestoreState(); in GenerateFrameExit()
Dcode_generator_mips64.cc1187 __ cfi().RestoreState(); in GenerateFrameExit()
Dcode_generator_x86_64.cc1427 __ cfi().RestoreState(); in GenerateFrameExit()
Dcode_generator_x86.cc1137 __ cfi().RestoreState(); in GenerateFrameExit()
Dcode_generator_arm_vixl.cc2191 GetAssembler()->cfi().RestoreState(); in GenerateFrameExit()
Dcode_generator_mips.cc1403 __ cfi().RestoreState(); in GenerateFrameExit()