Searched refs:needFallThroughBranch (Results 1 – 4 of 4) sorted by relevance
215 invokeBB->needFallThroughBranch = true; in inlineSetter()245 invokeBB->needFallThroughBranch = true; in tryInlineSingletonCallsite()
159 bool needFallThroughBranch; // For blocks ended due to length limit member
543 bottomBlock->needFallThroughBranch = origBlock->needFallThroughBranch; in splitBlock()546 origBlock->needFallThroughBranch = true; in splitBlock()1435 curBlock->needFallThroughBranch = true; in exhaustTrace()1907 curBB->needFallThroughBranch = in dvmCompileTrace()1954 if (isInvoke || curBB->needFallThroughBranch) { in dvmCompileTrace()
4501 if (bb->needFallThroughBranch) { in dvmCompilerMIR2LIR()