Home
last modified time | relevance | path

Searched defs:dump_file (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Ddraw_cfg_test.cpp50 void GenGraphDump(const std::string &abc_file, const std::string &dump_file, in GenGraphDump()
67 static bool DrawCfg(const std::string &dump_file, const std::vector<std::string> &args) in DrawCfg()
99 const char *dump_file = DRAW_CFG_TEST_OUT_DIR "regallocTest.dump"; variable
133 const char *dump_file = DRAW_CFG_TEST_OUT_DIR "regallocTest.dump"; variable
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dvalidation.rb44 def parse_methods(dump_file) argument
/arkcompiler/runtime_core/assembler/
Dpandasm.cpp145 std::ofstream dump_file; in DumpProgramInJson() local