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