Home
last modified time | relevance | path

Searched refs:aotdump_path_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
H A Dclass_hash_table_test.cpp32 aotdump_path_ = exe_path.substr(0, pos) + "/../bin/ark_aotdump"; in ClassHashTableTest()
43 return aotdump_path_.c_str(); in GetAotdumpFile()
64 std::string aotdump_path_; member in panda::compiler::ClassHashTableTest
H A Daot_test.cpp41 aotdump_path_ = exe_path.substr(0, pos) + "/../bin/ark_aotdump"; in AotTest()
70 auto res = os::exec::Exec(aotdump_path_.c_str(), "--show-code=disasm", "--output-file", tmpfile.GetFileName(), in RunAotdump()
77 std::string aotdump_path_; member in panda::compiler::AotTest

Completed in 3 milliseconds