Home
last modified time | relevance | path

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

/art/compiler/debug/dwarf/
Ddwarf_test.cc101 opcodes.RestoreState(); in TEST_F()
/art/libelffile/dwarf/
Ddebug_frame_opcode_writer.h186 void ALWAYS_INLINE RestoreState() { in RestoreState() function
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc103 cfi().RestoreState(); in RemoveFrame()
/art/compiler/utils/riscv64/
Djni_macro_assembler_riscv64.cc130 __ cfi().RestoreState(); in RemoveFrame()
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc132 cfi().RestoreState(); in RemoveFrame()
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc974 cfi().RestoreState(); in RemoveFrame()
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc244 cfi().RestoreState(); in RemoveFrame()
/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc2532 GetAssembler()->cfi().RestoreState(); in GenerateFrameExit()
2549 GetAssembler()->cfi().RestoreState(); in GenerateFrameExit()
Dcode_generator_arm64.cc1482 GetAssembler()->cfi().RestoreState(); in GenerateFrameExit()
Dcode_generator_riscv64.cc6095 __ cfi().RestoreState(); in GenerateFrameExit()
Dcode_generator_x86_64.cc1949 __ cfi().RestoreState(); in GenerateFrameExit()
Dcode_generator_x86.cc1483 __ cfi().RestoreState(); in GenerateFrameExit()