Home
last modified time | relevance | path

Searched refs:blockId (Results 1 – 7 of 7) sorted by relevance

/dalvik/vm/compiler/
DIntermediateRep.cpp21 BasicBlock *dvmCompilerNewBB(BBType blockType, int blockId) in dvmCompilerNewBB() argument
25 bb->id = blockId; in dvmCompilerNewBB()
26 bb->predecessors = dvmCompilerAllocBitVector(blockId > 32 ? blockId : 32, in dvmCompilerNewBB()
DCompilerIR.h289 BasicBlock *dvmCompilerNewBB(BBType blockType, int blockId);
DFrontend.cpp1890 size_t blockId; in dvmCompileTrace() local
1891 for (blockId = 0; blockId < blockList->numUsed; blockId++) { in dvmCompileTrace()
1892 curBB = (BasicBlock *) dvmGrowableListGetElement(blockList, blockId); in dvmCompileTrace()
1928 for (searchBlockId = blockId+1; searchBlockId < blockList->numUsed; in dvmCompileTrace()
/dalvik/vm/compiler/codegen/x86/
DCodegenInterface.cpp636 unsigned int offset, int blockId, LowOpBlockLabel* labelList) in handleNormalChainingCell() argument
639 cUnit->method->name, blockId, offset, stream - streamMethodStart); in handleNormalChainingCell()
658 unsigned int offset, int blockId, LowOpBlockLabel* labelList) in handleHotChainingCell() argument
661 cUnit->method->name, blockId, offset, stream - streamMethodStart); in handleHotChainingCell()
677 unsigned int offset, int blockId, LowOpBlockLabel* labelList) in handleBackwardBranchChainingCell() argument
680 cUnit->method->name, blockId, offset, stream - streamMethodStart); in handleBackwardBranchChainingCell()
696 … const Method *callee, int blockId, LowOpBlockLabel* labelList) in handleInvokeSingletonChainingCell() argument
699 cUnit->method->name, blockId, callee->name, stream - streamMethodStart); in handleInvokeSingletonChainingCell()
702 blockId, stream - streamMethodStart, stream); in handleInvokeSingletonChainingCell()
715 static void handleInvokePredictedChainingCell(CompilationUnit *cUnit, int blockId) in handleInvokePredictedChainingCell() argument
[all …]
/dalvik/vm/compiler/codegen/arm/armv7-a-neon/
DMethodCodegenDriver.cpp246 int blockId = bb->id;
249 labelList[blockId].operands[0] = bb->startOffset;
252 labelList[blockId].opcode = kArmPseudoNormalBlockLabel;
253 dvmCompilerAppendLIR(cUnit, (LIR *) &labelList[blockId]);
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp4539 int blockId = blockIdList[j]; in dvmCompilerMIR2LIR() local
4542 blockId); in dvmCompilerMIR2LIR()
4548 dvmCompilerAppendLIR(cUnit, (LIR *) &labelList[blockId]); in dvmCompilerMIR2LIR()
/dalvik/vm/compiler/codegen/mips/
DCodegenDriver.cpp4650 int blockId = blockIdList[j]; local
4653 blockId);
4659 dvmCompilerAppendLIR(cUnit, (LIR *) &labelList[blockId]);