Home
last modified time | relevance | path

Searched refs:CanCall (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dlocations.h569 bool CanCall() const { in CanCall() function
590 return CanCall(); in NeedsSafepoint()
Dintrinsics.h339 bool success = builder.TryDispatch(invoke) && !invoke->GetLocations()->CanCall(); in IsCallFreeIntrinsic()
Dcode_generator.cc911 if (locations->CanCall()) { in AllocateLocations()
1617 || instruction->GetLocations()->CanCall() in ValidateInvokeRuntime()
Dintrinsics_arm_vixl.cc180 DCHECK(locations->CanCall()); in EmitNativeCode()
2996 DCHECK(locations->CanCall()); in VisitIntegerValueOf()
3009 DCHECK(locations->CanCall()); in VisitIntegerValueOf()