Home
last modified time | relevance | path

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

/dalvik/vm/
DDebugger.cpp2196 static Object* getThisObject(const u4* framePtr) in getThisObject() function
2243 thisObj = getThisObject(framePtr); in dvmDbgGetThisObject()
2469 Object* thisObj = getThisObject((u4*)throwFp); in dvmDbgPostException()