Home
last modified time | relevance | path

Searched refs:ACC_MIRANDA (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/oo/
DObject.h58 ACC_MIRANDA = 0x8000, // method (internal to VM) enumerator
701 return (method->accessFlags & ACC_MIRANDA) != 0; in dvmIsMirandaMethod()
DClass.cpp3408 meth->accessFlags |= ACC_MIRANDA; in createIftable()