HomeSort by relevance Sort by last modified time
    Searched full:worklist (Results 1 - 18 of 18) sorted by null

  /dalvik/dx/src/com/android/dx/ssa/
DeadCodeRemover.java 49 private final BitSet worklist; field in class:DeadCodeRemover
73 worklist = new BitSet(regCount);
83 ssaMeth.forEachInsn(new NoSideEffectVisitor(worklist));
87 while ( 0 <= (regV = worklist.nextSetBit(0)) ) {
88 worklist.clear(regV);
113 * should be added back to the worklist.
115 worklist.set(source.getReg());
177 * prevents us from adding this back to a worklist unnecessarally.
186 * A callback class used to build up the initial worklist of
PhiTypeResolver.java 48 private final BitSet worklist; field in class:PhiTypeResolver
60 worklist = new BitSet(ssaMeth.getRegCount());
75 worklist.set(reg);
80 while ( 0 <= (reg = worklist.nextSetBit(0))) {
81 worklist.clear(reg);
84 * definitions on the worklist have a type of BT_VOID, which
102 worklist.set(resultReg.getReg());
Dominators.java 120 ArrayList<SsaBasicBlock> worklist = new ArrayList<SsaBasicBlock>(); local
122 worklist.add(in);
124 while (!worklist.isEmpty()) {
125 int wsize = worklist.size();
126 SsaBasicBlock v = worklist.get(wsize - 1);
133 worklist.add(vAncestor);
136 worklist.remove(wsize - 1);
SsaConverter.java 324 BitSet worklist; local
333 /* Worklist set starts out with each node where reg is assigned. */
335 worklist = (BitSet) (defsites[reg].clone());
337 while (0 <= (workBlockIndex = worklist.nextSetBit(0))) {
338 worklist.clear(workBlockIndex);
358 worklist.set(dfBlockIndex);
SCCP.java 51 /** Worklist of basic blocks to be processed */
55 /** Worklist for SSA edges. This is a list of registers to process */
58 * Worklist for SSA edges that represent varying values. It makes the
88 * Add a new SSA basic block to the CFG worklist
99 * Adds an SSA register's uses to the SSA worklist.
  /external/v8/benchmarks/
richards.js 236 * Add the specified packet to the end of the worklist used by the task
341 * Adds a packet to the worklist of this block's task, marks this as runnable if
524 * Add this packet to the end of a worklist, and return the worklist.
525 * @param {Packet} queue the worklist to add this packet to
  /external/webkit/SunSpider/tests/v8-v4/
v8-richards.js 231 * Add the specified packet to the end of the worklist used by the task
336 * Adds a packet to the worklist of this block's task, marks this as runnable if
519 * Add this packet to the end of a worklist, and return the worklist.
520 * @param {Packet} queue the worklist to add this packet to
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java     [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 489 // of the worklist.
    [all...]
  /prebuilt/linux-x86/bcc/
slang 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/
cc1 
cc1plus 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/libexec/gcc/i686-unknown-linux-gnu/4.2.1/
cc1 
cc1plus 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/
cc1 
cc1plus 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/
cc1plus 
  /prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/
cc1plus 

Completed in 333 milliseconds