Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc78 extern "C" NO_RETURN void artThrowStackOverflowFromCode(Thread* self) in artThrowStackOverflowFromCode() function
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S428 .extern artThrowStackOverflowFromCode
431 la $t9, artThrowStackOverflowFromCode
432 jalr $zero, $t9 # artThrowStackOverflowFromCode(Thread*)
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S306 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_stack_overflow, artThrowStackOverflowFromCode
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S454 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_stack_overflow, artThrowStackOverflowFromCode
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S320 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_stack_overflow, artThrowStackOverflowFromCode
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S259 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_stack_overflow, artThrowStackOverflowFromCode