HomeSort by relevance Sort by last modified time
    Searched refs:dvmGetThisPtr (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/interp/
InterpDefs.h 51 Object* dvmGetThisPtr(const Method* method, const u4* fp);
Interp.cpp 669 Object* thisPtr = dvmGetThisPtr(self->interpSave.method, fp);
683 Object* thisPtr = dvmGetThisPtr(self->interpSave.method, fp);
860 Object* thisPtr = dvmGetThisPtr(method, fp);
895 Object* dvmGetThisPtr(const Method* method, const u4* fp)
    [all...]

Completed in 42 milliseconds