Home
last modified time | relevance | path

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

/art/runtime/arch/x86_64/
Dasm_support_x86_64.S80 #define CFI_DEF_CFA(reg,size) .cfi_def_cfa reg,size macro
89 #define CFI_DEF_CFA(reg,size) macro
132 CFI_DEF_CFA(rsp, 8)
/art/runtime/arch/x86/
Dasm_support_x86.S84 #define CFI_DEF_CFA(reg,size) .cfi_def_cfa reg,size macro
95 #define CFI_DEF_CFA(reg,size) macro
139 CFI_DEF_CFA(esp, 4)