Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.cc723 if (!suspend_check->GetEnvironment()->IsFromInlinedInvoke()) { in CheckLoopEntriesCanBeUsedForOsr()
Dnodes.h1858 bool IsFromInlinedInvoke() const { in IsFromInlinedInvoke() function
4018 bool IsFromInlinedInvoke() const { in IsFromInlinedInvoke() function
4019 return GetEnvironment()->IsFromInlinedInvoke(); in IsFromInlinedInvoke()
Dnodes.cc692 if (!suspend_check_->GetEnvironment()->IsFromInlinedInvoke()) { in Populate()