HomeSort by relevance Sort by last modified time
    Searched refs:DumpToFile (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
JitManager.h 178 static void DumpToFile(llvm::Function *f, const char *fileName);
179 static void DumpToFile(llvm::Module *M, const char *fileName);
streamout_jit.cpp 297 JitManager::DumpToFile(soFunc, "SoFunc");
315 JitManager::DumpToFile(soFunc, "SoFunc_optimized");
JitManager.cpp 387 void JitManager::DumpToFile(Module *M, const char *fileName)
409 void JitManager::DumpToFile(Function *f, const char *fileName)
blend_jit.cpp 792 JitManager::DumpToFile(blendFunc, "");
810 JitManager::DumpToFile(blendFunc, "optimized");
fetch_jit.cpp 327 JitManager::DumpToFile(fetch, "src");
343 JitManager::DumpToFile(fetch, "se");
359 JitManager::DumpToFile(fetch, "opt");
    [all...]
  /external/libchrome/base/android/orderfile/
orderfile_instrumentation.cc 172 NO_INSTRUMENT_FUNCTION bool DumpToFile(const base::FilePath& path,
222 if (!DumpToFile(base::FilePath(path), g_data[phase])) {
  /art/runtime/hprof/
hprof.cc 476 okay = DumpToFile(overall_size, max_length);
760 bool DumpToFile(size_t overall_size, size_t max_length)
827 // Check for expected size. See DumpToFile for comment.
    [all...]

Completed in 230 milliseconds