Home | History | Annotate | Download | only in mips

Lines Matching refs:method

42     //const Method* method = self->method;
45 // method->clazz->descriptor, method->name, method->signature);
61 saveArea->method, saveArea->xtra.currentPc);
65 saveArea->method, saveArea->xtra.currentPc,
73 void dvmMterpPrintMethod(Method* method)
76 * It is a direct (non-virtual) method if it is static, private,
80 ((method->accessFlags & (ACC_STATIC|ACC_PRIVATE)) != 0) ||
81 (method->name[0] == '<');
83 char* desc = dexProtoCopyMethodDescriptor(&method->prototype);
87 method->clazz->descriptor,
88 method->name,