Home
last modified time | relevance | path

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

/dalvik/vm/
DDebugger.h165 ObjectId dvmDbgGetClassLoader(RefTypeId id);
DDebugger.cpp539 RefTypeId dvmDbgGetClassLoader(RefTypeId id) in dvmDbgGetClassLoader() function
/dalvik/vm/jdwp/
DJdwpHandler.cpp669 expandBufAddObjectId(pReply, dvmDbgGetClassLoader(refTypeId)); in handleRT_ClassLoader()