Searched refs:IsInliningComplete (Results 1 – 2 of 2) sorted by relevance
134 GetGraph()->IsInliningComplete() && !GetGraph()->IsSchedulerComplete(); in NeedCheckSaveState()256 if (!GetGraph()->IsInliningComplete() || GetGraph()->GetParentGraph() != nullptr) { in CheckCallReturnInlined()
324 bool IsInliningComplete() const in IsInliningComplete() function