Searched refs:DEFINE_FUNCTION_CUSTOM_CFA (Results 1 – 4 of 4) sorted by relevance
/art/runtime/arch/x86_64/ |
D | asm_support_x86_64.S | 117 MACRO2(DEFINE_FUNCTION_CUSTOM_CFA, c_name, cfa_offset) 129 DEFINE_FUNCTION_CUSTOM_CFA RAW_VAR(c_name), __SIZEOF_POINTER__
|
D | quick_entrypoints_x86_64.S | 479 DEFINE_FUNCTION_CUSTOM_CFA art_quick_throw_null_pointer_exception_from_signal, 2 * __SIZEOF_POINTER… label 2031 DEFINE_FUNCTION_CUSTOM_CFA art_quick_instrumentation_exit, 0 label
|
/art/runtime/arch/x86/ |
D | asm_support_x86.S | 119 MACRO2(DEFINE_FUNCTION_CUSTOM_CFA, c_name, cfa_offset) 131 DEFINE_FUNCTION_CUSTOM_CFA RAW_VAR(c_name), __SIZEOF_POINTER__
|
D | quick_entrypoints_x86.S | 417 DEFINE_FUNCTION_CUSTOM_CFA art_quick_throw_null_pointer_exception_from_signal, 2 * __SIZEOF_POINTER… label 2070 DEFINE_FUNCTION_CUSTOM_CFA art_quick_instrumentation_exit, 0 label
|