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 29 void enqueueBlock(const CFGBlock *block);
40 void DataflowWorklist::enqueueBlock(const clang::CFGBlock *block) {
51 enqueueBlock(*I);
64 enqueueBlock(*I);
499 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 134 milliseconds