Home
last modified time | relevance | path

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

/dalvik/vm/
DDebugger.cpp323 static MethodId methodToMethodId(const Method* meth) in methodToMethodId() function
1232 expandBufAddMethodId(pReply, methodToMethodId(meth)); in dvmDbgOutputAllMethods()
1246 expandBufAddMethodId(pReply, methodToMethodId(meth)); in dvmDbgOutputAllMethods()
2099 pLoc->methodId = methodToMethodId(method); in dvmDbgGetThreadFrame()
2419 loc.methodId = methodToMethodId(method); in dvmDbgPostLocationEvent()
2452 throwLoc.methodId = methodToMethodId(throwMeth); in dvmDbgPostException()
2464 catchLoc.methodId = methodToMethodId(catchMeth); in dvmDbgPostException()