Searched refs:read_barrier_slow_path (Results 1 - 4 of 4) sorted by relevance

/art/compiler/optimizing/
H A Dintrinsics_arm64.cc2857 SlowPathCodeARM64* read_barrier_slow_path = local
2860 codegen_->AddSlowPath(read_barrier_slow_path);
2865 __ Tbnz(tmp, LockWord::kReadBarrierStateShift, read_barrier_slow_path->GetEntryLabel());
2877 __ Bind(read_barrier_slow_path->GetExitLabel());
H A Dintrinsics_arm_vixl.cc2539 SlowPathCodeARMVIXL* read_barrier_slow_path = local
2541 codegen_->AddSlowPath(read_barrier_slow_path);
2550 __ B(cs, read_barrier_slow_path->GetEntryLabel());
2568 __ Bind(read_barrier_slow_path->GetExitLabel());
H A Dintrinsics_x86.cc3231 SlowPathCode* read_barrier_slow_path = local
3233 codegen_->AddSlowPath(read_barrier_slow_path);
3236 __ j(kNotZero, read_barrier_slow_path->GetEntryLabel());
3253 __ Bind(read_barrier_slow_path->GetExitLabel());
H A Dintrinsics_x86_64.cc1460 SlowPathCode* read_barrier_slow_path = local
1462 codegen_->AddSlowPath(read_barrier_slow_path);
1465 __ j(kNotZero, read_barrier_slow_path->GetEntryLabel());
1478 __ Bind(read_barrier_slow_path->GetExitLabel());

Completed in 92 milliseconds