Home | History | Annotate | Download | only in hprof

Lines Matching refs:method

238         const Method* method = saveArea->method;
242 frame.frame.method = method;
243 if (dvmIsNativeMethod(method)) {
246 assert(saveArea->xtra.currentPc >= method->insns &&
248 method->insns + dvmGetMethodInsnsSize(method));
250 method->insns);