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

  /dalvik/vm/oo/
Object.h 88 CLASS_MULTIPLE_DEFS = (1<<25), // DEX verifier: defs in multiple DEXs
  /dalvik/vm/analysis/
DexPrepare.c 803 * We set the CLASS_MULTIPLE_DEFS flag here if we see multiple definitions.
857 SET_CLASS_FLAG(newClass, CLASS_MULTIPLE_DEFS);
    [all...]
Optimize.c 449 if (IS_CLASS_FLAG_SET(resClass, CLASS_MULTIPLE_DEFS)) {
    [all...]

Completed in 135 milliseconds