Searched refs:ONE_ARG_RUNTIME_EXCEPTION (Results 1 – 4 of 4) sorted by relevance
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 286 MACRO2(ONE_ARG_RUNTIME_EXCEPTION, c_name, cxx_name) 325 ONE_ARG_RUNTIME_EXCEPTION art_quick_deliver_exception, artDeliverExceptionFromCode label 330 ONE_ARG_RUNTIME_EXCEPTION art_quick_throw_no_such_method, artThrowNoSuchMethodFromCode label
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 251 MACRO2(ONE_ARG_RUNTIME_EXCEPTION, c_name, cxx_name) 299 ONE_ARG_RUNTIME_EXCEPTION art_quick_deliver_exception, artDeliverExceptionFromCode label 304 ONE_ARG_RUNTIME_EXCEPTION art_quick_throw_no_such_method, artThrowNoSuchMethodFromCode label
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 377 .macro ONE_ARG_RUNTIME_EXCEPTION c_name, cxx_name macro 401 ONE_ARG_RUNTIME_EXCEPTION art_quick_deliver_exception, artDeliverExceptionFromCode 427 ONE_ARG_RUNTIME_EXCEPTION art_quick_throw_no_such_method, artThrowNoSuchMethodFromCode
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 234 .macro ONE_ARG_RUNTIME_EXCEPTION c_name, cxx_name macro 318 ONE_ARG_RUNTIME_EXCEPTION art_quick_deliver_exception, artDeliverExceptionFromCode 344 ONE_ARG_RUNTIME_EXCEPTION art_quick_throw_no_such_method, artThrowNoSuchMethodFromCode
|