Searched refs:CanCall (Results 1 – 4 of 4) sorted by relevance
530 bool CanCall() const { return call_kind_ != kNoCall; } in CanCall() function533 bool NeedsSafepoint() const { return CanCall(); } in NeedsSafepoint()
436 if (locations != nullptr && locations->CanCall()) { in AllocateLocations()
249 if (locations->CanCall()) { in ProcessInstruction()
898 || instruction->GetLocations()->CanCall() in InvokeRuntime()