HomeSort by relevance Sort by last modified time
    Searched refs:enqueueBlock (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Analysis/
LiveVariables.cpp 39 void enqueueBlock(const CFGBlock *block);
50 void DataflowWorklist::enqueueBlock(const clang::CFGBlock *block) {
61 enqueueBlock(*I);
74 enqueueBlock(*I);
529 worklist.enqueueBlock(block);
  /dalvik/vm/alloc/
Copying.cpp 143 static void enqueueBlock(HeapSource *heapSource, size_t block);
335 enqueueBlock(heapSource, i);
406 static void enqueueBlock(HeapSource *heapSource, size_t block)
432 enqueueBlock(heapSource, block);
655 enqueueBlock(heapSource, block);
    [all...]

Completed in 923 milliseconds