Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_x86.cc1738 bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetReference(invoke); in CreateIntIntIntToIntLocations() local
2113 const bool can_call = codegen->EmitBakerReadBarrier() && IsUnsafeCASReference(invoke); in CreateIntIntIntIntIntToInt() local
2468 const bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetAndSetReference(invoke); in CreateUnsafeGetAndUpdateLocations() local
Dintrinsics_riscv64.cc2040 bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetReference(invoke); in CreateUnsafeGetLocations() local
2470 const bool can_call = codegen->EmitReadBarrier() && IsUnsafeCASReference(invoke); in CreateUnsafeCASLocations() local
2666 const bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetAndSetReference(invoke); in CreateUnsafeGetAndUpdateLocations() local
Dintrinsics_arm_vixl.cc2678 bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetReference(invoke); in CreateUnsafeGetLocations() local
3568 const bool can_call = codegen->EmitReadBarrier() && IsUnsafeCASReference(invoke); in CreateUnsafeCASLocations() local
3862 const bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetAndSetReference(invoke); in CreateUnsafeGetAndUpdateLocations() local
Dintrinsics_x86_64.cc1857 bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetReference(invoke); in CreateIntIntIntToIntLocations() local
2180 const bool can_call = codegen->EmitBakerReadBarrier() && IsUnsafeCASReference(invoke); in CreateUnsafeCASLocations() local
2580 const bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetAndSetReference(invoke); in CreateUnsafeGetAndUpdateLocations() local
Dintrinsics_arm64.cc748 bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetReference(invoke); in CreateUnsafeGetLocations() local
1120 const bool can_call = codegen->EmitReadBarrier() && IsUnsafeCASReference(invoke); in CreateUnsafeCASLocations() local
1700 const bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetAndSetReference(invoke); in CreateUnsafeGetAndUpdateLocations() local