Searched defs:numInsts (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/compiler/
H A DCompiler.h171 unsigned numInsts:8; // Number of Byte codes in run member in struct:__anon60
191 * understand and parse them. Frag4 could be a dummy one with 0 "numInsts" but
H A DFrontend.c418 unsigned int numInsts = currRun->frag.numInsts; local
571 cUnit.numInsts++;
577 assert(numInsts == 1);
586 if (cUnit.numInsts >= numMaxInsts) {
589 if (--numInsts == 0) {
599 if (currRun->frag.numInsts == 0) {
608 numInsts = currRun->frag.numInsts;
911 return dvmCompileTrace(desc, cUnit.numInsts, inf
[all...]
H A DCompilerIR.h162 int numInsts; member in struct:CompilationUnit

Completed in 20 milliseconds