Home
last modified time | relevance | path

Searched refs:read_barrier_slow_path (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_arm64.cc2737 SlowPathCodeARM64* read_barrier_slow_path = in VisitSystemArrayCopy() local
2740 codegen_->AddSlowPath(read_barrier_slow_path); in VisitSystemArrayCopy()
2745 __ Tbnz(tmp, LockWord::kReadBarrierStateShift, read_barrier_slow_path->GetEntryLabel()); in VisitSystemArrayCopy()
2757 __ Bind(read_barrier_slow_path->GetExitLabel()); in VisitSystemArrayCopy()
Dintrinsics_arm_vixl.cc2240 SlowPathCodeARMVIXL* read_barrier_slow_path = in VisitSystemArrayCopy() local
2242 codegen_->AddSlowPath(read_barrier_slow_path); in VisitSystemArrayCopy()
2251 __ B(cs, read_barrier_slow_path->GetEntryLabel()); in VisitSystemArrayCopy()
2269 __ Bind(read_barrier_slow_path->GetExitLabel()); in VisitSystemArrayCopy()