Searched refs:artReadBarrierSlow (Results 1 – 12 of 12) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_entrypoints.h | 100 extern "C" mirror::Object* artReadBarrierSlow(mirror::Object* ref,
|
D | quick_field_entrypoints.cc | 300 extern "C" mirror::Object* artReadBarrierSlow(mirror::Object* ref ATTRIBUTE_UNUSED, in artReadBarrierSlow() function
|
/art/runtime/arch/arm/ |
D | entrypoints_init_arm.cc | 161 qpoints->pReadBarrierSlow = artReadBarrierSlow; in InitEntryPoints()
|
D | quick_entrypoints_arm.S | 830 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/ |
D | entrypoints_init_mips64.cc | 185 qpoints->pReadBarrierSlow = artReadBarrierSlow; in InitEntryPoints()
|
D | quick_entrypoints_mips64.S | 1334 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/ |
D | entrypoints_init_arm64.cc | 192 qpoints->pReadBarrierSlow = artReadBarrierSlow; in InitEntryPoints()
|
D | quick_entrypoints_arm64.S | 1379 bl artReadBarrierSlow // artReadBarrierSlow(ref, xObj, offset) 1401 .extern artReadBarrierSlow
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 1362 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
|
D | entrypoints_init_mips.cc | 446 qpoints->pReadBarrierSlow = artReadBarrierSlow; in InitEntryPoints()
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 1465 call SYMBOL(artReadBarrierSlow) // artReadBarrierSlow(ref, obj_reg, offset) 2241 call SYMBOL(artReadBarrierSlow) // artReadBarrierSlow(ref, obj, offset)
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 1485 call SYMBOL(artReadBarrierSlow) // artReadBarrierSlow(ref, obj_reg, offset) 2249 call SYMBOL(artReadBarrierSlow) // artReadBarrierSlow(ref, obj, offset)
|