Searched defs:ONE_ARG_DOWNCALL (Results 1 – 5 of 5) sorted by relevance
/art/runtime/arch/ |
D | quick_field_entrypoints.S | 23 RETURN_OR_DEOPT_OR_DELIVER_PENDING_EXCEPTION 26 RETURN_OR_DEOPT_OR_DELIVER_PENDING_EXCEPTION 29 RETURN_OR_DEOPT_OR_DELIVER_PENDING_EXCEPTION 32 RETURN_OR_DEOPT_OR_DELIVER_PENDING_EXCEPTION 35 RETURN_OR_DEOPT_OR_DELIVER_PENDING_EXCEPTION 38 RETURN_REF_OR_DEOPT_OR_DELIVER_PENDING_EXCEPTION 41 RETURN_OR_DEOPT_OR_DELIVER_PENDING_EXCEPTION
|
D | quick_alloc_entrypoints.S | 19 ONE_ARG_DOWNCALL art_quick_alloc_object_resolved\c_suffix, artAllocObjectFromCodeResolved\cxx_suffi… label 21 ONE_ARG_DOWNCALL art_quick_alloc_object_initialized\c_suffix, artAllocObjectFromCodeInitialized\cxx… label 24 ONE_ARG_DOWNCALL art_quick_alloc_object_with_checks\c_suffix, artAllocObjectFromCodeWithChecks\cxx_… label 26 ONE_ARG_DOWNCALL art_quick_alloc_string_object\c_suffix, artAllocStringObject\cxx_suffix, RETURN_OR… label 34 ONE_ARG_DOWNCALL art_quick_alloc_string_from_string\c_suffix, artAllocStringFromStringFromCode\cxx_… label
|
/art/runtime/arch/riscv64/ |
D | quick_entrypoints_riscv64.S | 1550 .macro ONE_ARG_DOWNCALL name, entrypoint, return macro
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 251 .macro ONE_ARG_DOWNCALL name, entrypoint, return macro
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 1109 .macro ONE_ARG_DOWNCALL name, entrypoint, return macro
|