Searched refs:needFallThroughBranch (Results 1 – 6 of 6) sorted by relevance
215 invokeBB->needFallThroughBranch = true; in inlineSetter()245 invokeBB->needFallThroughBranch = true; in tryInlineSingletonCallsite()
162 bool needFallThroughBranch; // For blocks ended due to length limit member
543 bottomBlock->needFallThroughBranch = origBlock->needFallThroughBranch; in splitBlock()546 origBlock->needFallThroughBranch = true; in splitBlock()1437 curBlock->needFallThroughBranch = true; in exhaustTrace()1957 curBB->needFallThroughBranch = in dvmCompileTrace()2004 if (isInvoke || curBB->needFallThroughBranch) { in dvmCompileTrace()
1319 if (bb->needFallThroughBranch) { in dvmCompilerMIR2LIR()
4519 if (bb->needFallThroughBranch) { in dvmCompilerMIR2LIR()
4630 if (bb->needFallThroughBranch) {