Lines Matching refs:Method
137 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly);
297 * the offset within the current method won't be shown correctly. See the
384 const Method* methodToCall; \
398 #define curMethod self->interpSave.method
516 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall,
1295 //const Method* method = self->method;
1298 // method->clazz->descriptor, method->name, method->shorty);
1314 saveArea->method, saveArea->xtra.currentPc);
1318 saveArea->method, saveArea->xtra.currentPc,
1326 void dvmMterpPrintMethod(Method* method)
1329 * It is a direct (non-virtual) method if it is static, private,
1333 ((method->accessFlags & (ACC_STATIC|ACC_PRIVATE)) != 0) ||
1334 (method->name[0] == '<');
1336 char* desc = dexProtoCopyMethodDescriptor(&method->prototype);
1340 method->clazz->descriptor,
1341 method->name,