Searched refs:artGet32StaticFromCode (Results 1 – 6 of 6) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_field_entrypoints.cc | 89 extern "C" uint32_t artGet32StaticFromCode(uint32_t field_idx, in artGet32StaticFromCode() function
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 759 jal artGet32StaticFromCode # (uint32_t field_idx, const Method* referrer, Thread*)
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 1022 jal artGet32StaticFromCode # (uint32_t field_idx, const Method* referrer, Thread*)
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 1375 ONE_ARG_REF_DOWNCALL art_quick_get32_static, artGet32StaticFromCode, RETURN_OR_DELIVER_PENDING_EXCE…
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 1304 ONE_ARG_REF_DOWNCALL art_quick_get32_static, artGet32StaticFromCode, RETURN_OR_DELIVER_PENDING_EXCE…
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 1314 ONE_ARG_REF_DOWNCALL art_quick_get32_static, artGet32StaticFromCode, RETURN_OR_DELIVER_PENDING_EXCE…
|