HomeSort by relevance Sort by last modified time
    Searched defs:insnFlags (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/analysis/
RegisterMap.h 264 InsnFlags* insnFlags;
DexVerify.c 27 static bool verifyInstructions(const Method* meth, InsnFlags* insnFlags,
179 InsnFlags* insnFlags = NULL;
213 insnFlags = (InsnFlags*)
214 calloc(dvmGetMethodInsnsSize(meth), sizeof(InsnFlags));
215 if (insnFlags == NULL)
219 * Compute the width of each instruction and store the result in insnFlags.
223 if (!dvmComputeCodeWidths(meth, insnFlags, &newInstanceCount)
    [all...]

Completed in 444 milliseconds