Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.cc153 bool should_be_live = ShouldBeLiveForEnvironment(current, instruction); in ProcessEnvironment()
Dssa_liveness_analysis.h1278 static bool ShouldBeLiveForEnvironment(HInstruction* env_holder, HInstruction* instruction) { in ShouldBeLiveForEnvironment() function