Home
last modified time | relevance | path

Searched refs:pfile_name (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dgraph_test.h46 void TestBuildGraphFromFile(const std::string &pfile_name, const Callback &cb) in TestBuildGraphFromFile() argument
48 auto pfile = panda_file::OpenPandaFile(pfile_name); in TestBuildGraphFromFile()
Dcompiler_regalloc_test.cpp1054 std::string pfile_name = GRAPH_TEST_ABC_DIR "regallocTest.abc"; variable
1057 auto pfile = panda_file::OpenPandaFile(pfile_name);
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dgraph_test.h46 void TestBuildGraphFromFile(const std::string &pfile_name, const Callback &cb) in TestBuildGraphFromFile() argument
48 auto pfile = panda_file::OpenPandaFile(pfile_name); in TestBuildGraphFromFile()
/arkcompiler/runtime_core/bytecode_optimizer/
Doptimize_bytecode.cpp358 const std::string &pfile_name, bool is_dynamic) in OptimizePandaFile() argument
360 auto pfile = panda_file::OpenPandaFile(pfile_name); in OptimizePandaFile()
362 LOG(FATAL, BYTECODE_OPTIMIZER) << "Can not open binary file: " << pfile_name; in OptimizePandaFile()