Home
last modified time | relevance | path

Searched refs:artReadBarrierSlow (Results 1 – 12 of 12) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_entrypoints.h100 extern "C" mirror::Object* artReadBarrierSlow(mirror::Object* ref,
Dquick_field_entrypoints.cc300 extern "C" mirror::Object* artReadBarrierSlow(mirror::Object* ref ATTRIBUTE_UNUSED, in artReadBarrierSlow() function
/art/runtime/arch/arm/
Dentrypoints_init_arm.cc161 qpoints->pReadBarrierSlow = artReadBarrierSlow; in InitEntryPoints()
Dquick_entrypoints_arm.S830 bl artReadBarrierSlow @ artReadBarrierSlow(ref, rObj, offset)
831 @ No need to unpoison return value in r0, artReadBarrierSlow() would do the unpoisoning.
854 .extern artReadBarrierSlow
/art/runtime/arch/mips64/
Dentrypoints_init_mips64.cc185 qpoints->pReadBarrierSlow = artReadBarrierSlow; in InitEntryPoints()
Dquick_entrypoints_mips64.S1334 jal artReadBarrierSlow # artReadBarrierSlow(ref, rObj, offset)
1336 # t8 may be clobbered in artReadBarrierSlow.
1337 # No need to unpoison return value in v0, artReadBarrierSlow() would do the unpoisoning.
/art/runtime/arch/arm64/
Dentrypoints_init_arm64.cc192 qpoints->pReadBarrierSlow = artReadBarrierSlow; in InitEntryPoints()
Dquick_entrypoints_arm64.S1379 bl artReadBarrierSlow // artReadBarrierSlow(ref, xObj, offset)
1401 .extern artReadBarrierSlow
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S1362 la $t9, artReadBarrierSlow
1363 jalr $t9 # artReadBarrierSlow(ref, rObj, offset)
1365 # before the call to artReadBarrierSlow.
1366 addiu $sp, $sp, 16 # restore stack after call to artReadBarrierSlow
1367 # No need to unpoison return value in v0, artReadBarrierSlow() would do the unpoisoning.
1393 .extern artReadBarrierSlow
Dentrypoints_init_mips.cc446 qpoints->pReadBarrierSlow = artReadBarrierSlow; in InitEntryPoints()
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1465 call SYMBOL(artReadBarrierSlow) // artReadBarrierSlow(ref, obj_reg, offset)
2241 call SYMBOL(artReadBarrierSlow) // artReadBarrierSlow(ref, obj, offset)
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1485 call SYMBOL(artReadBarrierSlow) // artReadBarrierSlow(ref, obj_reg, offset)
2249 call SYMBOL(artReadBarrierSlow) // artReadBarrierSlow(ref, obj, offset)