Searched defs:THREE_ARG_DOWNCALL (Results 1 – 5 of 5) sorted by relevance
/art/runtime/arch/ |
D | quick_alloc_entrypoints.S | 28 THREE_ARG_DOWNCALL art_quick_alloc_array\c_suffix, artAllocArrayFromCode\cxx_suffix, RETURN_IF_RESU… label 30 THREE_ARG_DOWNCALL art_quick_alloc_array_resolved\c_suffix, artAllocArrayFromCodeResolved\cxx_suffi… label 33 THREE_ARG_DOWNCALL art_quick_alloc_array_with_access_check\c_suffix, artAllocArrayFromCodeWithAcces… label 35 THREE_ARG_DOWNCALL art_quick_check_and_alloc_array\c_suffix, artCheckAndAllocArrayFromCode\cxx_suff… label 37 THREE_ARG_DOWNCALL art_quick_check_and_alloc_array_with_access_check\c_suffix, artCheckAndAllocArra… label
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 941 .macro THREE_ARG_DOWNCALL name, entrypoint, return macro
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 891 .macro THREE_ARG_DOWNCALL name, entrypoint, return macro
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 1206 .macro THREE_ARG_DOWNCALL name, entrypoint, return macro
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 1080 THREE_ARG_DOWNCALL art_quick_set64_instance, artSet64InstanceFromCode, RETURN_IF_EAX_ZERO label
|