Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_x86_64.cc1951 bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetReference(invoke); in CreateIntIntIntToIntLocations() local
2337 const bool can_call = codegen->EmitBakerReadBarrier() && IsUnsafeCASReference(invoke); in CreateUnsafeCASLocations() local
2737 const bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetAndSetReference(invoke); in CreateUnsafeGetAndUpdateLocations() local
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
Dintrinsics_arm64.cc841 bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetReference(invoke); in CreateUnsafeGetLocations() local
1308 const bool can_call = codegen->EmitReadBarrier() && IsUnsafeCASReference(invoke); in CreateUnsafeCASLocations() local
1887 const bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetAndSetReference(invoke); in CreateUnsafeGetAndUpdateLocations() local
Dintrinsics_riscv64.cc2353 bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetReference(invoke); in CreateUnsafeGetLocations() local
2870 const bool can_call = codegen->EmitReadBarrier() && IsUnsafeCASReference(invoke); in CreateUnsafeCASLocations() local
3066 const bool can_call = codegen->EmitReadBarrier() && IsUnsafeGetAndSetReference(invoke); in CreateUnsafeGetAndUpdateLocations() local
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