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

  /dalvik/libdex/
InstrUtils.c 358 InstructionFlags* instrFlags;
361 instrFlags = malloc(sizeof(InstructionFlags) * kNumDalvikInstructions);
362 if (instrFlags == NULL)
675 instrFlags[opc] = flags;
678 return instrFlags;
    [all...]