Searched refs:IsFromInlinedInvoke (Results 1 - 4 of 4) sorted by relevance

/art/compiler/optimizing/
H A Dprepare_for_register_allocation.cc136 !instruction->GetEnvironment()->IsFromInlinedInvoke() &&
H A Dcode_generator.cc656 if (!suspend_check->GetEnvironment()->IsFromInlinedInvoke()) {
H A Dnodes.h1737 bool IsFromInlinedInvoke() const { function in class:art::HEnvironment
3724 bool IsFromInlinedInvoke() const { function in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvoke
3725 return GetEnvironment()->IsFromInlinedInvoke();
H A Dnodes.cc689 if (!suspend_check_->GetEnvironment()->IsFromInlinedInvoke()) {

Completed in 43 milliseconds