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

  /packages/apps/Email/src/org/apache/james/mime4j/
BodyDescriptor.java 217 boolean fallThrough = false;
229 fallThrough = true;
232 if (!fallThrough)
238 fallThrough = false;
247 fallThrough = true;
253 if (!fallThrough)
  /dalvik/vm/compiler/
Utility.c 146 if (bb->fallThrough) {
147 LOGD(" Fallthrough : block %d (%04x)\n",
148 bb->fallThrough->id, bb->fallThrough->startOffset);
Frontend.c 410 /* Make the first real dalvik block the fallthrough of the entry block */
411 startBB->fallThrough = curBB;
468 * taken/fallthrough links. Also create chaining cells for code not included
486 /* Link the taken and fallthrough blocks */
495 curBB->fallThrough = searchBB;
516 curBB->fallThrough == NULL &&
543 loopBranch->fallThrough = backwardCell;
553 loopBranch->fallThrough = backwardCell;
555 loopBranch->fallThrough = startBB->next;
558 loopBranch->fallThrough = startBB->next
    [all...]
CompilerIR.h 124 struct BasicBlock *fallThrough;
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.c     [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java     [all...]

Completed in 255 milliseconds