Lines Matching refs:method
32 //const Method* method = self->method;
35 // method->clazz->descriptor, method->name, method->shorty);
51 saveArea->method, saveArea->xtra.currentPc);
55 saveArea->method, saveArea->xtra.currentPc,
63 void dvmMterpPrintMethod(Method* method)
66 * It is a direct (non-virtual) method if it is static, private,
70 ((method->accessFlags & (ACC_STATIC|ACC_PRIVATE)) != 0) ||
71 (method->name[0] == '<');
73 char* desc = dexProtoCopyMethodDescriptor(&method->prototype);
77 method->clazz->descriptor,
78 method->name,