Searched refs:caseChain (Results 1 – 1 of 1) sorted by relevance
1921 BasicBlock *caseChain = dvmCompilerNewBB(kChainingCellNormal, in dvmCompileTrace() local1923 dvmInsertGrowableList(blockList, (intptr_t) caseChain); in dvmCompileTrace()1924 caseChain->startOffset = lastInsn->offset + targets[i]; in dvmCompileTrace()1928 BasicBlock *caseChain = dvmCompilerNewBB(kChainingCellNormal, in dvmCompileTrace() local1930 dvmInsertGrowableList(blockList, (intptr_t) caseChain); in dvmCompileTrace()1931 caseChain->startOffset = lastInsn->offset + lastInsn->width; in dvmCompileTrace()