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

  /dalvik/vm/compiler/
Frontend.cpp 902 static void processCanBranch(CompilationUnit *cUnit, BasicBlock *curBlock,
940 &curBlock);
941 curBlock->taken = takenBlock;
942 dvmCompilerSetBit(takenBlock->predecessors, curBlock->id);
    [all...]
CompilerIR.h 269 BasicBlock *curBlock;
  /dalvik/vm/analysis/
VfyBasicBlock.cpp 105 * Add "curBlock" to the predecessor list in "targetIdx".
107 static bool addToPredecessor(VerifierData* vdata, VfyBasicBlock* curBlock,
128 bool added = dvmPointerSetAddEntry(preds, curBlock);
138 targetIdx, targetBlock, curBlock->firstAddr, curBlock);
157 static bool setPredecessors(VerifierData* vdata, VfyBasicBlock* curBlock,
166 if (!addToPredecessor(vdata, curBlock, handlerList[handlerIdx]))
171 if (!addToPredecessor(vdata, curBlock, nextIdx))
184 if (!addToPredecessor(vdata, curBlock, absOffset))
224 if (!addToPredecessor(vdata, curBlock, absOffset)
    [all...]
  /external/webkit/Source/WebCore/editing/
InsertParagraphSeparatorCommand.cpp 50 Element* curBlock = startBlock;
53 while (!curBlock->nextSibling() && curBlock->parentElement()->hasTagName(divTag) && curBlock->parentElement()->parentElement()) {
54 NamedNodeMap* attributes = curBlock->parentElement()->attributes(true);
57 curBlock = curBlock->parentElement();
59 return curBlock;
  /dalvik/vm/compiler/codegen/arm/
ArchFactory.cpp 36 BasicBlock *bb = cUnit->curBlock;
  /dalvik/vm/compiler/codegen/arm/armv7-a-neon/
MethodCodegenDriver.cpp 248 cUnit->curBlock = bb;
  /dalvik/vm/compiler/codegen/mips/Mips32/
Factory.cpp 948 BasicBlock *bb = cUnit->curBlock;
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 207 int patternMatch(BlockT *CurBlock);
208 int patternMatchGroup(BlockT *CurBlock);
210 int serialPatternMatch(BlockT *CurBlock);
211 int ifPatternMatch(BlockT *CurBlock);
212 int switchPatternMatch(BlockT *CurBlock);
213 int loopendPatternMatch(BlockT *CurBlock);
214 int loopPatternMatch(BlockT *CurBlock);
241 void mergeIfthenelseBlock(InstrT *BranchInstr, BlockT *CurBlock,
261 BlockT *cloneBlockForPredecessor(BlockT *CurBlock, BlockT *PredBlock);
272 bool isActiveLoophead(BlockT *CurBlock);
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 84 milliseconds