Searched refs:caseChain (Results 1 – 1 of 1) sorted by relevance
1984 BasicBlock *caseChain = dvmCompilerNewBB(kChainingCellNormal, in dvmCompileTrace() local1986 dvmInsertGrowableList(blockList, (intptr_t) caseChain); in dvmCompileTrace()1987 caseChain->startOffset = lastInsn->offset + targets[i]; in dvmCompileTrace()1991 BasicBlock *caseChain = dvmCompilerNewBB(kChainingCellNormal, in dvmCompileTrace() local1993 dvmInsertGrowableList(blockList, (intptr_t) caseChain); in dvmCompileTrace()1994 caseChain->startOffset = lastInsn->offset + lastInsn->width; in dvmCompileTrace()