Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_entrypoints.h93 extern "C" mirror::Object* artReadBarrierSlow(mirror::Object* ref,
Dquick_field_entrypoints.cc433 extern "C" mirror::Object* artReadBarrierSlow([[maybe_unused]] mirror::Object* ref, in artReadBarrierSlow() function
/art/runtime/arch/riscv64/
Dentrypoints_init_riscv64.cc151 qpoints->SetReadBarrierSlow(artReadBarrierSlow); in InitEntryPoints()
Dquick_entrypoints_riscv64.S1216 .extern artReadBarrierSlow
1232 call artReadBarrierSlow // artReadBarrierSlow(ref, obj, offset)
/art/runtime/arch/arm/
Dentrypoints_init_arm.cc198 qpoints->SetReadBarrierSlow(artReadBarrierSlow); in InitEntryPoints()
Dquick_entrypoints_arm.S675 .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/
Dentrypoints_init_arm64.cc194 qpoints->SetReadBarrierSlow(artReadBarrierSlow); in InitEntryPoints()
Dquick_entrypoints_arm64.S974 .extern artReadBarrierSlow
986 bl artReadBarrierSlow // artReadBarrierSlow(ref, xObj, offset)
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1817 call SYMBOL(artReadBarrierSlow) // artReadBarrierSlow(ref, obj, offset)
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1927 call SYMBOL(artReadBarrierSlow) // artReadBarrierSlow(ref, obj, offset)