Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.cc1096 if (!suspend_check->GetEnvironment()->IsFromInlinedInvoke()) { in CheckLoopEntriesCanBeUsedForOsr()
Dnodes.h2069 bool IsFromInlinedInvoke() const { in IsFromInlinedInvoke() function
4395 bool IsFromInlinedInvoke() const { in IsFromInlinedInvoke() function
4396 return GetEnvironment()->IsFromInlinedInvoke(); in IsFromInlinedInvoke()
Dnodes.cc857 if (!suspend_check_->GetEnvironment()->IsFromInlinedInvoke()) { in Populate()
Dcode_generator_arm64.cc4288 DCHECK(!instruction->GetEnvironment()->IsFromInlinedInvoke()); in MaybeGenerateInlineCacheCheck()
Dcode_generator_x86.cc2414 DCHECK(!instruction->GetEnvironment()->IsFromInlinedInvoke()); in MaybeGenerateInlineCacheCheck()
Dcode_generator_arm_vixl.cc3436 DCHECK(!instruction->GetEnvironment()->IsFromInlinedInvoke()); in MaybeGenerateInlineCacheCheck()