/external/chromium_org/chrome/browser/ui/ |
sad_tab_types.h | 14 SAD_TAB_KIND_KILLED // Tab killed. Display the "He's dead, Jim!" tab page.
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
dead-code5.js | 51 a == 2 ? (a * b) : (b * a); // dead 58 z * 3; // dead 66 z * 3; // dead 70 return a; // w is dead
|
dead-string-add-warm.js | 32 return a; // x, "a", and "b" are dead code 38 return a; // x and y are both dead 46 return a; // x and y are both dead
|
dead-string-add.js | 30 return a; // x, "a", and "b" are dead code 36 return a; // x and y are both dead 44 return a; // x and y are both dead
|
dead-string-char-code-at.js | 35 return a; // x is dead code 41 return a; // x and y are both dead 49 return a; // x and y are both dead
|
dead-string-char-code-at2.js | 35 return a; // x is dead code 41 return a; // x and y are both dead 49 return a; // x and y are both dead
|
dead-string-char-from-code.js | 32 return a; // x is dead code 38 return a; // x and y are both dead 46 return a; // x and y are both dead
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
package.html | 8 bytecode, find dead bytecode, and identify unnecessary checkcasts.
|
/external/llvm/test/CodeGen/PowerPC/ |
and-elim.ll | 7 %Z = and i8 %Y, 254 ; dead and
|
/external/llvm/test/Transforms/GVN/ |
null-aliases-nothing.ll | 12 %after = load i32* %p ; <--- This should be a dead load
|
/external/llvm/test/Transforms/GlobalDCE/ |
2002-08-17-FunctionDGE.ll | 2 ; a global that is dead. Make sure any globals they refer to die as well.
|
/external/llvm/test/Transforms/SimplifyCFG/ |
2002-05-21-PHIElimination.ll | 1 ; CFG Simplification is making a loop dead, then changing the add into:
|
/frameworks/base/services/java/com/android/server/am/ |
ContentProviderConnection.java | 35 // The provider of this connection is now dead. 36 public boolean dead; field in class:ContentProviderConnection 87 if (dead) { 88 sb.append(" DEAD");
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
readin.good | 11 I do not need my freedom when I'm dead.
|
readin.inp | 8 I do not need my freedom when I'm dead.
|
/external/llvm/test/CodeGen/X86/ |
2011-10-11-SpillDead.ll | 9 ; The asm has a dead output tied to %x. 10 ; Verify that the spiller creates a value number for that dead def.
|
handle-move.ll | 10 ; Here sinking a kill + dead def: 11 ; 144B -> 180B: DIV32r %vreg4, %EAX<imp-def>, %EDX<imp-def,dead>, %EFLAGS<imp-def,dead>, %EAX<imp-use,kill>, %EDX<imp-use> 28 ; 144B -> 180B: DIV32r %vreg4, %EAX<imp-def,dead>, %EDX<imp-def>, %EFLAGS<imp-def,dead>, %EAX<imp-use,kill>, %EDX<imp-use> 61 ; Move EFLAGS dead def across another def: 62 ; handleMove 208B -> 36B: %EDX<def> = MOV32r0 %EFLAGS<imp-def,dead>
|
/external/llvm/test/Transforms/ADCE/ |
2003-04-25-PHIPostDominateProblem.ll | 3 ; PHI node is dead, so we just avoid patching up dead PHI nodes.
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
const-pointers.ll | 10 store i32 1, i32* %p; <-- This is dead 21 store i32 1, i32* @g; <-- This is dead.
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
ops_after_indvar.ll | 1 ; Check that this test makes INDVAR and related stuff dead, because P[indvar] 2 ; gets reduced, making INDVAR dead.
|
/external/llvm/lib/CodeGen/ |
DeadMachineInstructionElim.cpp | 1 //===- DeadMachineInstructionElim.cpp - Remove dead machine instructions --===// 10 // This is an extremely simple MachineInstr-level dead-code-elimination pass. 26 STATISTIC(NumDeletes, "Number of dead instructions deleted"); 50 INITIALIZE_PASS(DeadMachineInstructionElim, "dead-mi-elimination", 51 "Remove dead machine instructions", false, false) 82 // If there are no defs with uses, the instruction is dead. 93 // more likely that chains of dependent but ultimately dead instructions will 111 // Now scan the instructions and delete dead ones, tracking physreg 117 // If the instruction is dead, delete it! 165 // Register mask of preserved registers. All clobbers are dead [all...] |
/external/llvm/test/Analysis/BasicAA/ |
modref.ll | 40 store i8 1, i8* %P2 ;; Not dead across memset 51 ;; FIXME: DSE isn't zapping this dead store. 52 store i8 1, i8* %P2 ;; Dead, clobbered by memset. 65 %Y = add i8 %X, 1 ;; Dead, because the only use (the store) is dead. 79 %Y = add i8 %X, 1 ;; Dead, because the only use (the store) is dead.
|
/frameworks/base/core/java/android/app/ |
StatusBarManager.java | 100 // system process is dead anyway. 115 // system process is dead anyway. 130 // system process is dead anyway. 145 // system process is dead anyway. 158 // system process is dead anyway. 170 // system process is dead anyway. 182 // system process is dead anyway.
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
PipedWriterTest.java | 319 // test if writer recognizes dead reader 329 // wait the reader thread dead 333 // is now dead 361 //wait the reader thread dead 366 //wait the writer thread dead 368 assertTrue("writer thread failed to recognize dead reader", 379 // test if writer recognizes dead reader 391 // wait the reader thread dead 395 // is now dead 425 //wait the reader thread dead [all...] |
/external/llvm/test/Transforms/DeadArgElim/ |
returned.ll | 5 ; sanity check that the argument and return value are both dead 12 ; do not keep alive the return value of a function with a dead 'returned' argument 22 ; sanity check that return value is dead
|