Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.cc998 if (!suspend_check->GetEnvironment()->IsFromInlinedInvoke()) { in CheckLoopEntriesCanBeUsedForOsr()
Dnodes.h1998 bool IsFromInlinedInvoke() const { in IsFromInlinedInvoke() function
4325 bool IsFromInlinedInvoke() const { in IsFromInlinedInvoke() function
4326 return GetEnvironment()->IsFromInlinedInvoke(); in IsFromInlinedInvoke()
Dnodes.cc858 if (!suspend_check_->GetEnvironment()->IsFromInlinedInvoke()) { in Populate()