Searched refs:read_barrier_slow_path (Results 1 – 5 of 5) sorted by relevance
3293 SlowPathCode* read_barrier_slow_path = nullptr; in VisitSystemArrayCopy() local3333 read_barrier_slow_path = in VisitSystemArrayCopy()3335 codegen_->AddSlowPath(read_barrier_slow_path); in VisitSystemArrayCopy()3338 __ j(kNotZero, read_barrier_slow_path->GetEntryLabel()); in VisitSystemArrayCopy()3354 if (read_barrier_slow_path != nullptr) { in VisitSystemArrayCopy()3356 __ Bind(read_barrier_slow_path->GetExitLabel()); in VisitSystemArrayCopy()
1824 SlowPathCodeRISCV64* read_barrier_slow_path = nullptr; in VisitSystemArrayCopy() local1865 read_barrier_slow_path = new (codegen_->GetScopedAllocator()) in VisitSystemArrayCopy()1867 codegen_->AddSlowPath(read_barrier_slow_path); in VisitSystemArrayCopy()1890 __ Bltz(tmp, read_barrier_slow_path->GetEntryLabel()); in VisitSystemArrayCopy()1910 DCHECK(read_barrier_slow_path != nullptr); in VisitSystemArrayCopy()1911 __ Bind(read_barrier_slow_path->GetExitLabel()); in VisitSystemArrayCopy()
1091 SlowPathCode* read_barrier_slow_path = nullptr; in VisitSystemArrayCopy() local1130 read_barrier_slow_path = in VisitSystemArrayCopy()1132 codegen_->AddSlowPath(read_barrier_slow_path); in VisitSystemArrayCopy()1135 __ j(kNotZero, read_barrier_slow_path->GetEntryLabel()); in VisitSystemArrayCopy()1150 if (read_barrier_slow_path != nullptr) { in VisitSystemArrayCopy()1152 __ Bind(read_barrier_slow_path->GetExitLabel()); in VisitSystemArrayCopy()
1509 SlowPathCodeARMVIXL* read_barrier_slow_path = nullptr; in VisitSystemArrayCopy() local1550 read_barrier_slow_path = in VisitSystemArrayCopy()1552 codegen_->AddSlowPath(read_barrier_slow_path); in VisitSystemArrayCopy()1573 __ B(cs, read_barrier_slow_path->GetEntryLabel()); in VisitSystemArrayCopy()1590 DCHECK(read_barrier_slow_path != nullptr); in VisitSystemArrayCopy()1591 __ Bind(read_barrier_slow_path->GetExitLabel()); in VisitSystemArrayCopy()
3316 SlowPathCodeARM64* read_barrier_slow_path = nullptr; in VisitSystemArrayCopy() local3352 read_barrier_slow_path = in VisitSystemArrayCopy()3355 codegen_->AddSlowPath(read_barrier_slow_path); in VisitSystemArrayCopy()3379 __ Tbnz(tmp, LockWord::kReadBarrierStateShift, read_barrier_slow_path->GetEntryLabel()); in VisitSystemArrayCopy()3392 DCHECK(read_barrier_slow_path != nullptr); in VisitSystemArrayCopy()3393 __ Bind(read_barrier_slow_path->GetExitLabel()); in VisitSystemArrayCopy()