Home
last modified time | relevance | path

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

/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S276 MACRO2(NO_ARG_RUNTIME_EXCEPTION, c_name, cxx_name)
281 call VAR(cxx_name) // cxx_name(Thread*)
286 MACRO2(ONE_ARG_RUNTIME_EXCEPTION, c_name, cxx_name)
291 call VAR(cxx_name) // cxx_name(arg1, Thread*)
296 MACRO2(TWO_ARG_RUNTIME_EXCEPTION, c_name, cxx_name)
301 call VAR(cxx_name) // cxx_name(Thread*)
355 MACRO1(INVOKE_TRAMPOLINE_BODY, cxx_name)
363 call VAR(cxx_name) // cxx_name(arg1, arg2, Thread*, SP)
377 MACRO2(INVOKE_TRAMPOLINE, c_name, cxx_name)
379 INVOKE_TRAMPOLINE_BODY RAW_VAR(cxx_name)
[all …]
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S238 MACRO2(NO_ARG_RUNTIME_EXCEPTION, c_name, cxx_name)
246 call CALLVAR(cxx_name) // cxx_name(Thread*)
251 MACRO2(ONE_ARG_RUNTIME_EXCEPTION, c_name, cxx_name)
261 call CALLVAR(cxx_name) // cxx_name(arg1, Thread*)
266 MACRO2(TWO_ARG_RUNTIME_EXCEPTION, c_name, cxx_name)
275 call CALLVAR(cxx_name) // cxx_name(arg1, arg2, Thread*)
327 MACRO1(INVOKE_TRAMPOLINE_BODY, cxx_name)
337 call CALLVAR(cxx_name) // cxx_name(arg1, arg2, Thread*, SP)
368 MACRO2(INVOKE_TRAMPOLINE, c_name, cxx_name)
370 INVOKE_TRAMPOLINE_BODY RAW_VAR(cxx_name)
[all …]
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S225 .macro NO_ARG_RUNTIME_EXCEPTION c_name, cxx_name argument
226 .extern \cxx_name
230 b \cxx_name @ \cxx_name(Thread*)
234 .macro ONE_ARG_RUNTIME_EXCEPTION c_name, cxx_name argument
235 .extern \cxx_name
239 b \cxx_name @ \cxx_name(Thread*)
243 .macro TWO_ARG_RUNTIME_EXCEPTION c_name, cxx_name argument
244 .extern \cxx_name
248 b \cxx_name @ \cxx_name(Thread*)
361 .macro INVOKE_TRAMPOLINE_BODY cxx_name argument
[all …]
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S368 .macro NO_ARG_RUNTIME_EXCEPTION c_name, cxx_name argument
369 .extern \cxx_name
373 b \cxx_name // \cxx_name(Thread*)
377 .macro ONE_ARG_RUNTIME_EXCEPTION c_name, cxx_name argument
378 .extern \cxx_name
382 b \cxx_name // \cxx_name(arg, Thread*).
387 .macro TWO_ARG_RUNTIME_EXCEPTION c_name, cxx_name argument
388 .extern \cxx_name
392 b \cxx_name // \cxx_name(arg1, arg2, Thread*)
448 .macro INVOKE_TRAMPOLINE_BODY cxx_name argument
[all …]
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S657 .macro INVOKE_TRAMPOLINE_BODY cxx_name argument
658 .extern \cxx_name
661 jal \cxx_name # (method_idx, this, Thread*, $sp)
673 .macro INVOKE_TRAMPOLINE c_name, cxx_name argument
675 INVOKE_TRAMPOLINE_BODY \cxx_name
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S568 .macro INVOKE_TRAMPOLINE_BODY cxx_name argument
569 .extern \cxx_name
572 la $t9, \cxx_name
584 .macro INVOKE_TRAMPOLINE c_name, cxx_name argument
586 INVOKE_TRAMPOLINE_BODY \cxx_name