Searched refs:artReadBarrierSlow (Results 1 – 10 of 10) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_entrypoints.h | 93 extern "C" mirror::Object* artReadBarrierSlow(mirror::Object* ref,
|
D | quick_field_entrypoints.cc | 433 extern "C" mirror::Object* artReadBarrierSlow([[maybe_unused]] mirror::Object* ref, in artReadBarrierSlow() function
|
/art/runtime/arch/riscv64/ |
D | entrypoints_init_riscv64.cc | 151 qpoints->SetReadBarrierSlow(artReadBarrierSlow); in InitEntryPoints()
|
D | quick_entrypoints_riscv64.S | 1216 .extern artReadBarrierSlow 1232 call artReadBarrierSlow // artReadBarrierSlow(ref, obj, offset)
|
/art/runtime/arch/arm/ |
D | entrypoints_init_arm.cc | 198 qpoints->SetReadBarrierSlow(artReadBarrierSlow); in InitEntryPoints()
|
D | quick_entrypoints_arm.S | 675 .extern artReadBarrierSlow 692 bl artReadBarrierSlow @ artReadBarrierSlow(ref, rObj, offset) 693 @ No need to unpoison return value in r0, artReadBarrierSlow() would do the unpoisoning.
|
/art/runtime/arch/arm64/ |
D | entrypoints_init_arm64.cc | 194 qpoints->SetReadBarrierSlow(artReadBarrierSlow); in InitEntryPoints()
|
D | quick_entrypoints_arm64.S | 974 .extern artReadBarrierSlow 986 bl artReadBarrierSlow // artReadBarrierSlow(ref, xObj, offset)
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 1817 call SYMBOL(artReadBarrierSlow) // artReadBarrierSlow(ref, obj, offset)
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 1927 call SYMBOL(artReadBarrierSlow) // artReadBarrierSlow(ref, obj, offset)
|