Home | History | Annotate | Download | only in vm

Lines Matching refs:sourceFile

1015         const char* sourceFile = dvmGetMethodSourceFile(meth);
1016 StringObject* fileName = (sourceFile != NULL) ? dvmCreateStringFromCstr(sourceFile) : NULL;