Home
last modified time | relevance | path

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

/dalvik/vm/interp/
DInterpState.h198 unsigned numInsts:8; // Number of Byte codes in run member
/dalvik/vm/compiler/
DFrontend.cpp1607 unsigned int numInsts = currRun->info.frag.numInsts; in dvmCompileTrace() local
DCompilerIR.h198 int numInsts; member