HomeSort by relevance Sort by last modified time
    Searched refs:worklist (Results 26 - 37 of 37) sorted by null

12

  /external/chromium_org/third_party/WebKit/PerformanceTests/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
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
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
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
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
  /external/chromium_org/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/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/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 190 SmallPtrSet<BasicBlock*, 8> WorkList;
199 WorkList.insert(*II);
203 MadeChange |= !WorkList.empty();
204 while (!WorkList.empty()) {
205 BasicBlock *BB = *WorkList.begin();
206 WorkList.erase(BB);
214 WorkList.insert(*II);
1470 SmallVector<Value*, 8> worklist; local
    [all...]
  /external/v8/src/
hydrogen.cc 842 // Worklist of phis that can potentially be eliminated. Initialized with
844 // the modified phi node is added to the worklist.
845 ZoneList<HPhi*> worklist(blocks_.length());
847 worklist.AddAll(*blocks_[i]->phis());
850 while (!worklist.is_empty()) {
851 HPhi* phi = worklist.RemoveLast();
865 if (value->IsPhi()) worklist.Add(HPhi::cast(value));
876 // Initialize worklist.
878 ZoneList<HPhi*> worklist(blocks_.length());
888 worklist.Add(phi)
    [all...]
hydrogen.h 357 void InferTypes(ZoneList<HValue*>* worklist);
    [all...]
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 974 milliseconds

12