Home
last modified time | relevance | path

Searched refs:artThrowNoSuchMethodFromCode (Results 1 – 6 of 6) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc87 extern "C" NO_RETURN void artThrowNoSuchMethodFromCode(int32_t method_idx, Thread* self) in artThrowNoSuchMethodFromCode() function
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S439 .extern artThrowNoSuchMethodFromCode
442 la $t9, artThrowNoSuchMethodFromCode
443 jalr $zero, $t9 # artThrowNoSuchMethodFromCode(method_idx, Thread*)
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S311 ONE_ARG_RUNTIME_EXCEPTION art_quick_throw_no_such_method, artThrowNoSuchMethodFromCode
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S459 ONE_ARG_RUNTIME_EXCEPTION art_quick_throw_no_such_method, artThrowNoSuchMethodFromCode
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S331 ONE_ARG_RUNTIME_EXCEPTION art_quick_throw_no_such_method, artThrowNoSuchMethodFromCode
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S270 ONE_ARG_RUNTIME_EXCEPTION art_quick_throw_no_such_method, artThrowNoSuchMethodFromCode