Searched refs:dead (Results 1 – 4 of 4) sorted by relevance
256 private void cleanup(boolean dead) { in cleanup() argument262 if (!dead && mControlledDream != null) { in cleanup()
46 suppressed code generation for too many statements (by "dead code47 removal" or "dead variable elimination"). This has lead to the96 danger that the compiler considers them as "dead variables" and166 variable (Bool_Loc); Bool_Loc would be a "dead variable" which is not184 in order to prevent Int_Loc from becoming a dead variable.
182 X variable (Bool_Loc); Bool_Loc would be a "dead variable" which is not
1461 public void runFreezerTest(long freezerTimeout, boolean dead, int reason) throws Exception { in runFreezerTest() argument1522 assertEquals(dead, mHeartbeatDead); in runFreezerTest()