Home
last modified time | relevance | path

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

/art/compiler/dwarf/
Ddebug_frame_opcode_writer.h182 void ALWAYS_INLINE RestoreState() { in RestoreState() function
Ddwarf_test.cc103 opcodes.RestoreState(); in TEST_F()
/art/compiler/dex/quick/x86/
Dcall_x86.cc273 cfi_.RestoreState(); in GenExitSequence()
/art/compiler/dex/quick/mips/
Dcall_mips.cc378 cfi_.RestoreState(); in GenExitSequence()
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc418 cfi_.RestoreState(); in GenExitSequence()
/art/compiler/dex/quick/arm/
Dcall_arm.cc579 cfi_.RestoreState(); in GenExitSequence()
/art/compiler/utils/arm/
Dassembler_arm.cc469 cfi_.RestoreState(); in RemoveFrame()
/art/compiler/utils/arm64/
Dassembler_arm64.cc793 cfi_.RestoreState(); in RemoveFrame()
/art/compiler/utils/mips/
Dassembler_mips.cc598 cfi_.RestoreState(); in RemoveFrame()
/art/compiler/utils/mips64/
Dassembler_mips64.cc1137 cfi_.RestoreState(); in RemoveFrame()
/art/compiler/utils/x86/
Dassembler_x86.cc1768 cfi_.RestoreState(); in RemoveFrame()
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc2446 cfi_.RestoreState(); in RemoveFrame()
/art/compiler/optimizing/
Dcode_generator_arm64.cc527 GetAssembler()->cfi().RestoreState(); in GenerateFrameExit()
Dcode_generator_mips64.cc584 __ cfi().RestoreState(); in GenerateFrameExit()
Dcode_generator_arm.cc575 __ cfi().RestoreState(); in GenerateFrameExit()
Dcode_generator_x86.cc521 __ cfi().RestoreState(); in GenerateFrameExit()
Dcode_generator_x86_64.cc579 __ cfi().RestoreState(); in GenerateFrameExit()