Searched refs:read_barrier_slow_path (Results 1 – 2 of 2) sorted by relevance
2737 SlowPathCodeARM64* read_barrier_slow_path = in VisitSystemArrayCopy() local2740 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()
2240 SlowPathCodeARMVIXL* read_barrier_slow_path = in VisitSystemArrayCopy() local2242 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()