Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.h1278 static bool ShouldBeLiveForEnvironment(HInstruction* env_holder, HInstruction* instruction) { in ShouldBeLiveForEnvironment() argument
1282 if (env_holder->IsDeoptimize()) return true; in ShouldBeLiveForEnvironment()
1285 if (env_holder->CanThrowIntoCatchBlock()) return true; in ShouldBeLiveForEnvironment()
1290 if (env_holder->IsSuspendCheck() && graph->IsCompilingOsr()) return true; in ShouldBeLiveForEnvironment()