Home | History | Annotate | Download | only in compiler

Lines Matching refs:entryBlock

29     ALOGE("LOOP starting offset: %x", cUnit->entryBlock->startOffset);
108 dvmIsBitSet(bb->predecessors, cUnit->entryBlock->id)) {
111 if (predIdx == cUnit->entryBlock->id) continue;
173 BasicBlock *loopBackBlock = cUnit->entryBlock->fallThrough;
345 BasicBlock *loopBody = cUnit->entryBlock->fallThrough;
432 BasicBlock *entry = cUnit->entryBlock;
530 BasicBlock *firstBB = cUnit->entryBlock->fallThrough;
543 dvmCompilerSetBit(cUnit->tempBlockV, cUnit->entryBlock->id);
727 * branch can go to the entryBlock->fallThrough directly. Suspend polling
746 BasicBlock *firstBB = cUnit->entryBlock->fallThrough;