Searched refs:TWO_ARG_DOWNCALL (Results 1 – 5 of 5) sorted by relevance
/art/runtime/arch/ |
D | quick_alloc_entrypoints.S | 28 TWO_ARG_DOWNCALL art_quick_alloc_array_resolved\c_suffix, artAllocArrayFromCodeResolved\cxx_suffix,… label 36 TWO_ARG_DOWNCALL art_quick_alloc_array_resolved8\c_suffix, artAllocArrayFromCodeResolved\cxx_suffix… label 37 TWO_ARG_DOWNCALL art_quick_alloc_array_resolved16\c_suffix, artAllocArrayFromCodeResolved\cxx_suffi… label 38 TWO_ARG_DOWNCALL art_quick_alloc_array_resolved32\c_suffix, artAllocArrayFromCodeResolved\cxx_suffi… label 39 TWO_ARG_DOWNCALL art_quick_alloc_array_resolved64\c_suffix, artAllocArrayFromCodeResolved\cxx_suffi… label 75 …TWO_ARG_DOWNCALL art_quick_alloc_array_resolved ## c_suffix, artAllocArrayFromCodeResolved ## cxx_… 77 …TWO_ARG_DOWNCALL art_quick_alloc_array_resolved8 ## c_suffix, artAllocArrayFromCodeResolved ## cxx… 79 …TWO_ARG_DOWNCALL art_quick_alloc_array_resolved16 ## c_suffix, artAllocArrayFromCodeResolved ## cx… 81 …TWO_ARG_DOWNCALL art_quick_alloc_array_resolved32 ## c_suffix, artAllocArrayFromCodeResolved ## cx… 83 …TWO_ARG_DOWNCALL art_quick_alloc_array_resolved64 ## c_suffix, artAllocArrayFromCodeResolved ## cx…
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 659 MACRO3(TWO_ARG_DOWNCALL, c_name, cxx_name, return_macro)
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 754 MACRO3(TWO_ARG_DOWNCALL, c_name, cxx_name, return_macro)
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 848 .macro TWO_ARG_DOWNCALL name, entrypoint, return macro
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 1182 .macro TWO_ARG_DOWNCALL name, entrypoint, return macro
|