Home
last modified time | relevance | path

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

/dalvik/vm/
DDebugger.cpp2817 u1 newTag = tagFromObject((Object*)pReq->resultValue.l); in dvmDbgExecuteMethod() local
2818 if (newTag != pReq->resultTag) { in dvmDbgExecuteMethod()
2820 pReq->resultTag, newTag); in dvmDbgExecuteMethod()
2821 pReq->resultTag = newTag; in dvmDbgExecuteMethod()