Home
last modified time | relevance | path

Searched refs:dvmDbgIsInterface (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/
DDebugger.h167 bool dvmDbgIsInterface(RefTypeId id);
DDebugger.cpp557 bool dvmDbgIsInterface(RefTypeId id) in dvmDbgIsInterface() function
/dalvik/vm/jdwp/
DJdwpHandler.cpp1667 if (dvmDbgIsInterface(classObjectId)) in handleCOR_ReflectedType()