Searched refs:codeEnd (Results 1 – 1 of 1) sorted by relevance
277 const u2 *codeEnd = dexCode->insns + dexCode->insnsSize; in dvmCompilerAnalyzeMethodBody() local329 while (codePtr < codeEnd) { in dvmCompilerAnalyzeMethodBody()904 const u2* codePtr, const u2* codeEnd) in processCanBranch() argument967 } else if (codePtr < codeEnd) { in processCanBranch()1071 const u2* codeEnd) in processCanThrow() argument1133 if (codePtr < codeEnd) { in processCanThrow()1169 const u2 *codeEnd = dexCode->insns + dexCode->insnsSize; in dvmCompileMethod() local1226 while (codePtr < codeEnd) { in dvmCompileMethod()1243 codePtr, codeEnd); in dvmCompileMethod()1251 if (codePtr < codeEnd) { in dvmCompileMethod()[all …]