Home | History | Annotate | Download | only in reflect

Lines Matching full:self

43     const Method* method, Thread* self);
45 const Method* method, Thread* self);
912 const Method* method, Thread* self)
931 const Method* method, Thread* self)
976 assert(dvmCheckException(self));
990 assert(dvmCheckException(self));
1001 if (dvmCheckException(self))
1010 dvmCallMethod(self, invoke, handler, &invokeResult,
1012 if (dvmCheckException(self)) {
1013 Object* excep = dvmGetException(self);
1044 dvmReleaseTrackedAlloc(methodObj, self);
1045 dvmReleaseTrackedAlloc((Object*)argArray, self);