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

/art/compiler/optimizing/
H A Dssa_liveness_analysis.h1193 // Returns whether `instruction` in an HEnvironment held by `env_holder`
1195 static bool ShouldBeLiveForEnvironment(HInstruction* env_holder, argument
1200 if (env_holder->IsDeoptimize()) return true;

Completed in 155 milliseconds