Searched refs:read_barrier_slow_path (Results 1 – 4 of 4) sorted by relevance
1104 SlowPathCode* read_barrier_slow_path = in VisitSystemArrayCopy() local1106 codegen_->AddSlowPath(read_barrier_slow_path); in VisitSystemArrayCopy()1109 __ j(kNotZero, read_barrier_slow_path->GetEntryLabel()); in VisitSystemArrayCopy()1122 __ Bind(read_barrier_slow_path->GetExitLabel()); in VisitSystemArrayCopy()
2964 SlowPathCode* read_barrier_slow_path = in VisitSystemArrayCopy() local2966 codegen_->AddSlowPath(read_barrier_slow_path); in VisitSystemArrayCopy()2969 __ j(kNotZero, read_barrier_slow_path->GetEntryLabel()); in VisitSystemArrayCopy()2986 __ Bind(read_barrier_slow_path->GetExitLabel()); in VisitSystemArrayCopy()
3068 SlowPathCodeARM64* read_barrier_slow_path = in VisitSystemArrayCopy() local3071 codegen_->AddSlowPath(read_barrier_slow_path); in VisitSystemArrayCopy()3076 __ Tbnz(tmp, LockWord::kReadBarrierStateShift, read_barrier_slow_path->GetEntryLabel()); in VisitSystemArrayCopy()3088 __ Bind(read_barrier_slow_path->GetExitLabel()); in VisitSystemArrayCopy()
1671 SlowPathCodeARMVIXL* read_barrier_slow_path = in VisitSystemArrayCopy() local1673 codegen_->AddSlowPath(read_barrier_slow_path); in VisitSystemArrayCopy()1682 __ B(cs, read_barrier_slow_path->GetEntryLabel()); in VisitSystemArrayCopy()1700 __ Bind(read_barrier_slow_path->GetExitLabel()); in VisitSystemArrayCopy()