Home
last modified time | relevance | path

Searched refs:can_call (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_riscv64.cc2040 bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetReference(invoke); in CreateUnsafeGetLocations() local
2043 can_call ? LocationSummary::kCallOnSlowPath : LocationSummary::kNoCall, in CreateUnsafeGetLocations()
2045 if (can_call && kUseBakerReadBarrier) { in CreateUnsafeGetLocations()
2052 (can_call ? Location::kOutputOverlap : Location::kNoOutputOverlap)); in CreateUnsafeGetLocations()
2470 const bool can_call = codegen->EmitReadBarrier() && IsUnsafeCASReference(invoke); in CreateUnsafeCASLocations() local
2473 can_call ? LocationSummary::kCallOnSlowPath : LocationSummary::kNoCall, in CreateUnsafeCASLocations()
2475 if (can_call && kUseBakerReadBarrier) { in CreateUnsafeCASLocations()
2666 const bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetAndSetReference(invoke); in CreateUnsafeGetAndUpdateLocations() local
2669 can_call ? LocationSummary::kCallOnSlowPath : LocationSummary::kNoCall, in CreateUnsafeGetAndUpdateLocations()
2671 if (can_call && kUseBakerReadBarrier) { in CreateUnsafeGetAndUpdateLocations()
Dintrinsics_arm_vixl.cc2678 bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetReference(invoke); in CreateUnsafeGetLocations() local
2682 can_call in CreateUnsafeGetLocations()
2686 if (can_call && kUseBakerReadBarrier) { in CreateUnsafeGetLocations()
2693 (can_call ? Location::kOutputOverlap : Location::kNoOutputOverlap)); in CreateUnsafeGetLocations()
3568 const bool can_call = codegen->EmitReadBarrier() && IsUnsafeCASReference(invoke); in CreateUnsafeCASLocations() local
3572 can_call in CreateUnsafeCASLocations()
3576 if (can_call && kUseBakerReadBarrier) { in CreateUnsafeCASLocations()
3862 const bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetAndSetReference(invoke); in CreateUnsafeGetAndUpdateLocations() local
3866 can_call in CreateUnsafeGetAndUpdateLocations()
3870 if (can_call && kUseBakerReadBarrier) { in CreateUnsafeGetAndUpdateLocations()
Dintrinsics_arm64.cc748 bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetReference(invoke); in CreateUnsafeGetLocations() local
751 can_call in CreateUnsafeGetLocations()
755 if (can_call && kUseBakerReadBarrier) { in CreateUnsafeGetLocations()
765 (can_call ? Location::kOutputOverlap : Location::kNoOutputOverlap)); in CreateUnsafeGetLocations()
1120 const bool can_call = codegen->EmitReadBarrier() && IsUnsafeCASReference(invoke); in CreateUnsafeCASLocations() local
1123 can_call in CreateUnsafeCASLocations()
1127 if (can_call && kUseBakerReadBarrier) { in CreateUnsafeCASLocations()
1700 const bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetAndSetReference(invoke); in CreateUnsafeGetAndUpdateLocations() local
1703 can_call in CreateUnsafeGetAndUpdateLocations()
1707 if (can_call && kUseBakerReadBarrier) { in CreateUnsafeGetAndUpdateLocations()
Dintrinsics_x86.cc1738 bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetReference(invoke); in CreateIntIntIntToIntLocations() local
1741 can_call in CreateIntIntIntToIntLocations()
1745 if (can_call && kUseBakerReadBarrier) { in CreateIntIntIntToIntLocations()
1761 (can_call ? Location::kOutputOverlap : Location::kNoOutputOverlap)); in CreateIntIntIntToIntLocations()
2113 const bool can_call = codegen->EmitBakerReadBarrier() && IsUnsafeCASReference(invoke); in CreateIntIntIntIntIntToInt() local
2116 can_call in CreateIntIntIntIntIntToInt()
2468 const bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetAndSetReference(invoke); in CreateUnsafeGetAndUpdateLocations() local
2471 can_call in CreateUnsafeGetAndUpdateLocations()
2475 if (can_call && kUseBakerReadBarrier) { in CreateUnsafeGetAndUpdateLocations()
Dintrinsics_x86_64.cc1857 bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetReference(invoke); in CreateIntIntIntToIntLocations() local
1860 can_call in CreateIntIntIntToIntLocations()
1864 if (can_call && kUseBakerReadBarrier) { in CreateIntIntIntToIntLocations()
1871 (can_call ? Location::kOutputOverlap : Location::kNoOutputOverlap)); in CreateIntIntIntToIntLocations()
2180 const bool can_call = codegen->EmitBakerReadBarrier() && IsUnsafeCASReference(invoke); in CreateUnsafeCASLocations() local
2183 can_call in CreateUnsafeCASLocations()
2580 const bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetAndSetReference(invoke); in CreateUnsafeGetAndUpdateLocations() local
2583 can_call in CreateUnsafeGetAndUpdateLocations()
2587 if (can_call && kUseBakerReadBarrier) { in CreateUnsafeGetAndUpdateLocations()