Lines Matching refs:method
29 const Method* method = glue->method;
32 // method->clazz->descriptor, method->name, method->shorty);
48 saveArea->method, saveArea->xtra.currentPc);
52 saveArea->method, saveArea->xtra.currentPc,
60 void dvmMterpPrintMethod(Method* method)
63 * It is a direct (non-virtual) method if it is static, private,
67 ((method->accessFlags & (ACC_STATIC|ACC_PRIVATE)) != 0) ||
68 (method->name[0] == '<');
70 char* desc = dexProtoCopyMethodDescriptor(&method->prototype);
74 method->clazz->descriptor,
75 method->name,