Searched refs:IsFromInlinedInvoke (Results 1 – 3 of 3) sorted by relevance
1065 if (suspend_check != nullptr && !suspend_check->GetEnvironment()->IsFromInlinedInvoke()) { in CheckLoopEntriesCanBeUsedForOsr()
2162 bool IsFromInlinedInvoke() const { in IsFromInlinedInvoke() function4774 bool IsFromInlinedInvoke() const {4775 return GetEnvironment()->IsFromInlinedInvoke();
915 if (!suspend_check_->GetEnvironment()->IsFromInlinedInvoke()) { in Populate()