HomeSort by relevance Sort by last modified time
    Searched defs:KILL (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libmedia/
SoundPoolThread.h 30 enum MessageType { INVALID, KILL, LOAD_SAMPLE };
  /external/llvm/include/llvm/Target/
TargetOpcodes.h 32 /// KILL - This instruction is a noop that is used only to adjust the
35 KILL = 5,
  /dalvik/vm/analysis/
Liveness.cpp 300 static inline void KILL(BitVector* workBits, u4 regIndex)
329 * Add registers to the "GEN" or "KILL" sets. We want to do KILL
464 KILL(workBits, decInsn.vA);
519 KILL(workBits, decInsn.vA);
538 KILL(workBits, decInsn.vA);
580 KILL(workBits, decInsn.vA);
596 KILL(workBits, decInsn.vA);
641 /* KILL(workBits, decInsn.vA); */

Completed in 174 milliseconds