Searched refs:ACC_MIRANDA (Results 1 – 2 of 2) sorted by relevance
58 ACC_MIRANDA = 0x8000, // method (internal to VM) enumerator701 return (method->accessFlags & ACC_MIRANDA) != 0; in dvmIsMirandaMethod()
3408 meth->accessFlags |= ACC_MIRANDA; in createIftable()