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

  /art/runtime/entrypoints/quick/
quick_entrypoints.h 106 extern "C" mirror::Object* artReadBarrierForRootSlow(GcRoot<mirror::Object>* root)
quick_field_entrypoints.cc 317 extern "C" mirror::Object* artReadBarrierForRootSlow(GcRoot<mirror::Object>* root) {
  /art/runtime/arch/arm/
entrypoints_init_arm.cc 196 qpoints->pReadBarrierForRootSlow = artReadBarrierForRootSlow;
  /art/runtime/arch/arm64/
entrypoints_init_arm64.cc 194 qpoints->pReadBarrierForRootSlow = artReadBarrierForRootSlow;
  /art/runtime/arch/mips64/
entrypoints_init_mips64.cc 187 qpoints->pReadBarrierForRootSlow = artReadBarrierForRootSlow;
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 448 qpoints->pReadBarrierForRootSlow = artReadBarrierForRootSlow;
  /art/runtime/arch/x86/
quick_entrypoints_x86.S     [all...]
  /art/runtime/arch/x86_64/
quick_entrypoints_x86_64.S     [all...]

Completed in 88 milliseconds