Home
last modified time | relevance | path

Searched refs:IsFromInlinedInvoke (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dcode_generator.cc1065 if (suspend_check != nullptr && !suspend_check->GetEnvironment()->IsFromInlinedInvoke()) { in CheckLoopEntriesCanBeUsedForOsr()
Dnodes.h2162 bool IsFromInlinedInvoke() const { in IsFromInlinedInvoke() function
4774 bool IsFromInlinedInvoke() const {
4775 return GetEnvironment()->IsFromInlinedInvoke();
Dnodes.cc915 if (!suspend_check_->GetEnvironment()->IsFromInlinedInvoke()) { in Populate()