Searched refs: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 41 THREE_ARG_DOWNCALL art_quick_alloc_string_from_chars\c_suffix, artAllocStringFromCharsFromCode\cxx_… label
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 728 MACRO3(THREE_ARG_DOWNCALL, c_name, cxx_name, return_macro) 825 …THREE_ARG_DOWNCALL art_quick_alloc_array ## c_suffix, artAllocArrayFromCode ## cxx_suffix, RETURN_… 827 …THREE_ARG_DOWNCALL art_quick_alloc_array_resolved ## c_suffix, artAllocArrayFromCodeResolved ## cx… 829 …THREE_ARG_DOWNCALL art_quick_alloc_array_with_access_check ## c_suffix, artAllocArrayFromCodeWithA… 831 …THREE_ARG_DOWNCALL art_quick_check_and_alloc_array ## c_suffix, artCheckAndAllocArrayFromCode ## c… 833 …THREE_ARG_DOWNCALL art_quick_check_and_alloc_array_with_access_check ## c_suffix, artCheckAndAlloc… 837 …THREE_ARG_DOWNCALL art_quick_alloc_string_from_chars ## c_suffix, artAllocStringFromCharsFromCode …
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 671 MACRO3(THREE_ARG_DOWNCALL, c_name, cxx_name, return_macro) 803 …THREE_ARG_DOWNCALL art_quick_alloc_array ## c_suffix, artAllocArrayFromCode ## cxx_suffix, RETURN_… 805 …THREE_ARG_DOWNCALL art_quick_alloc_array_resolved ## c_suffix, artAllocArrayFromCodeResolved ## cx… 807 …THREE_ARG_DOWNCALL art_quick_alloc_array_with_access_check ## c_suffix, artAllocArrayFromCodeWithA… 809 …THREE_ARG_DOWNCALL art_quick_check_and_alloc_array ## c_suffix, artCheckAndAllocArrayFromCode ## c… 811 …THREE_ARG_DOWNCALL art_quick_check_and_alloc_array_with_access_check ## c_suffix, artCheckAndAlloc… 815 …THREE_ARG_DOWNCALL art_quick_alloc_string_from_chars ## c_suffix, artAllocStringFromCharsFromCode …
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 1014 .macro THREE_ARG_DOWNCALL name, entrypoint, return macro
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 1287 .macro THREE_ARG_DOWNCALL name, entrypoint, return macro
|