Lines Matching refs:null
41 if (pathClassLoader == null) { in allocInDifferentLoader()
49 return allocator.getDeclaredMethod("allocObject", null).invoke(null); in allocInDifferentLoader()
53 File dumpFile = null; in createDumpAndConv()
54 File convFile = null; in createDumpAndConv()
80 if (dumpFile != null) { in createDumpAndConv()
83 if (convFile != null) { in createDumpAndConv()
109 if (klass == null) { in main()
114 if (enableMethod == null) { in main()
117 enableMethod.invoke(null, true); in main()
123 enableMethod.invoke(null, false); in main()
134 if (dumpHprofDataMethod != null) { in createDump()
137 dumpHprofDataMethod.invoke(null, f.getAbsoluteFile().toString()); in createDump()
145 return null; in createDump()
160 return null; in getDumpHprofDataMethod()
169 return null; in getDumpHprofDataMethod()
179 return null; in getDumpFile()
187 return null; in getConvFile()