Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dintrinsics_x86.cc1807 bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetReference(invoke); in CreateIntIntIntToIntLocations() local
2283 const bool can_call = codegen->EmitBakerReadBarrier() && IsUnsafeCASReference(invoke); in CreateIntIntIntIntIntToInt() local
2638 const bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetAndSetReference(invoke); in CreateUnsafeGetAndUpdateLocations() local
H A Dintrinsics_x86_64.cc1933 bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetReference(invoke); in CreateIntIntIntToIntLocations() local
2319 const bool can_call = codegen->EmitBakerReadBarrier() && IsUnsafeCASReference(invoke); in CreateUnsafeCASLocations() local
2719 const bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetAndSetReference(invoke); in CreateUnsafeGetAndUpdateLocations() local
H A Dintrinsics_arm_vixl.cc2692 bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetReference(invoke); in CreateUnsafeGetLocations() local
3754 const bool can_call = codegen->EmitReadBarrier() && IsUnsafeCASReference(invoke); in CreateUnsafeCASLocations() local
4048 const bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetAndSetReference(invoke); in CreateUnsafeGetAndUpdateLocations() local
H A Dintrinsics_arm64.cc830 bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetReference(invoke); in CreateUnsafeGetLocations() local
1297 const bool can_call = codegen->EmitReadBarrier() && IsUnsafeCASReference(invoke); in CreateUnsafeCASLocations() local
1876 const bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetAndSetReference(invoke); in CreateUnsafeGetAndUpdateLocations() local
H A Dintrinsics_riscv64.cc2321 bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetReference(invoke); in CreateUnsafeGetLocations() local
2838 const bool can_call = codegen->EmitReadBarrier() && IsUnsafeCASReference(invoke); in CreateUnsafeCASLocations() local
3034 const bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetAndSetReference(invoke); in CreateUnsafeGetAndUpdateLocations() local