HomeSort by relevance Sort by last modified time
    Searched refs:artReadBarrierSlow (Results 1 - 12 of 12) sorted by null

  /art/runtime/arch/arm/
entrypoints_init_arm.cc 106 qpoints->pReadBarrierSlow = artReadBarrierSlow;
quick_entrypoints_arm.S 716 bl artReadBarrierSlow @ artReadBarrierSlow(ref, rObj, offset)
717 @ No need to unpoison return value in r0, artReadBarrierSlow() would do the unpoisoning.
761 .extern artReadBarrierSlow
    [all...]
  /art/runtime/arch/arm64/
entrypoints_init_arm64.cc 89 qpoints->pReadBarrierSlow = artReadBarrierSlow;
quick_entrypoints_arm64.S     [all...]
  /art/runtime/entrypoints/quick/
quick_entrypoints.h 91 extern "C" mirror::Object* artReadBarrierSlow(mirror::Object* ref,
quick_field_entrypoints.cc 637 extern "C" mirror::Object* artReadBarrierSlow(mirror::Object* ref ATTRIBUTE_UNUSED,
  /art/runtime/arch/mips64/
entrypoints_init_mips64.cc 101 qpoints->pReadBarrierSlow = artReadBarrierSlow;
quick_entrypoints_mips64.S     [all...]
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 287 qpoints->pReadBarrierSlow = artReadBarrierSlow;
quick_entrypoints_mips.S     [all...]
  /art/runtime/arch/x86/
quick_entrypoints_x86.S     [all...]
  /art/runtime/arch/x86_64/
quick_entrypoints_x86_64.S     [all...]

Completed in 2011 milliseconds