Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_entrypoints.h101 extern "C" mirror::Object* artReadBarrierSlow(mirror::Object* ref,
Dquick_field_entrypoints.cc384 extern "C" mirror::Object* artReadBarrierSlow(mirror::Object* ref ATTRIBUTE_UNUSED, in artReadBarrierSlow() function
/art/runtime/arch/arm/
Dentrypoints_init_arm.cc197 qpoints->pReadBarrierSlow = artReadBarrierSlow; in InitEntryPoints()
Dquick_entrypoints_arm.S878 bl artReadBarrierSlow @ artReadBarrierSlow(ref, rObj, offset)
879 @ No need to unpoison return value in r0, artReadBarrierSlow() would do the unpoisoning.
902 .extern artReadBarrierSlow
/art/runtime/arch/arm64/
Dentrypoints_init_arm64.cc193 qpoints->pReadBarrierSlow = artReadBarrierSlow; in InitEntryPoints()
Dquick_entrypoints_arm64.S1342 bl artReadBarrierSlow // artReadBarrierSlow(ref, xObj, offset)
1364 .extern artReadBarrierSlow
/art/runtime/arch/mips64/
Dentrypoints_init_mips64.cc207 qpoints->pReadBarrierSlow = artReadBarrierSlow; in InitEntryPoints()
Dquick_entrypoints_mips64.S1443 jal artReadBarrierSlow # artReadBarrierSlow(ref, rObj, offset)
1445 # t8 may be clobbered in artReadBarrierSlow.
1446 # No need to unpoison return value in v0, artReadBarrierSlow() would do the unpoisoning.
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S1504 la $t9, artReadBarrierSlow
1505 jalr $t9 # artReadBarrierSlow(ref, rObj, offset)
1507 # before the call to artReadBarrierSlow.
1508 addiu $sp, $sp, 16 # restore stack after call to artReadBarrierSlow
1509 # No need to unpoison return value in v0, artReadBarrierSlow() would do the unpoisoning.
1535 .extern artReadBarrierSlow
Dentrypoints_init_mips.cc476 qpoints->pReadBarrierSlow = artReadBarrierSlow; in InitEntryPoints()
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1482 call SYMBOL(artReadBarrierSlow) // artReadBarrierSlow(ref, obj_reg, offset)
2336 call SYMBOL(artReadBarrierSlow) // artReadBarrierSlow(ref, obj, offset)
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1503 call SYMBOL(artReadBarrierSlow) // artReadBarrierSlow(ref, obj_reg, offset)
2352 call SYMBOL(artReadBarrierSlow) // artReadBarrierSlow(ref, obj, offset)