Home
last modified time | relevance | path

Searched refs:artSet64StaticFromCode (Results 1 – 7 of 7) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_field_entrypoints.cc412 extern "C" int artSet64StaticFromCode(uint32_t field_idx, in artSet64StaticFromCode() function
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1536 .extern artSet64StaticFromCode
1542 bl artSet64StaticFromCode
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S942 .extern artSet64StaticFromCode
949 bl artSet64StaticFromCode @ (field_idx, referrer, new_val, Thread*)
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1314 call SYMBOL(artSet64StaticFromCode) // (field_idx, referrer, new_val, Thread*)
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1434 call SYMBOL(artSet64StaticFromCode) // (field_idx, referrer, new_val, Thread*)
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1399 jal artSet64StaticFromCode # (field_idx, referrer, new_val, Thread*)
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S1357 la $t9, artSet64StaticFromCode