Home
last modified time | relevance | path

Searched refs:CFI_DEF_CFA (Results 1 – 6 of 6) sorted by relevance

/art/runtime/interpreter/mterp/x86_64ng/
Dcontrol_flow.S139 CFI_DEF_CFA(rsp, CALLEE_SAVES_SIZE)
151 CFI_DEF_CFA(rsp, CALLEE_SAVES_SIZE)
166 CFI_DEF_CFA(rsp, CALLEE_SAVES_SIZE)
/art/runtime/arch/x86/
Dasm_support_x86.S76 #define CFI_DEF_CFA(reg,size) .cfi_def_cfa reg,size macro
92 #define CFI_DEF_CFA(reg,size) macro
135 CFI_DEF_CFA(esp, RAW_VAR(cfa_offset))
Djni_entrypoints_x86.S118 CFI_DEF_CFA(%ebx, FRAME_SIZE_SAVE_REFS_AND_ARGS)
204 CFI_DEF_CFA(%esp, FRAME_SIZE_SAVE_REFS_AND_ARGS)
Dquick_entrypoints_x86.S2350 CFI_DEF_CFA(ebp, SAVE_SIZE) // CFA = ebp + SAVE_SIZE
2366 CFI_DEF_CFA(esp, SAVE_SIZE) // CFA = esp + SAVE_SIZE
/art/runtime/arch/x86_64/
Djni_entrypoints_x86_64.S133 CFI_DEF_CFA(%r10, FRAME_SIZE_SAVE_REFS_AND_ARGS)
229 CFI_DEF_CFA(%rsp, FRAME_SIZE_SAVE_REFS_AND_ARGS + 14 * __SIZEOF_POINTER__)
Dasm_support_x86_64.S75 #define CFI_DEF_CFA(reg,size) .cfi_def_cfa reg,size macro
91 #define CFI_DEF_CFA(reg,size) macro
135 CFI_DEF_CFA(rsp, RAW_VAR(cfa_offset))