Home
last modified time | relevance | path

Searched defs:abc_file (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Ddefect_scan_aux_test.cpp32 static const Function *CheckFunction(std::unique_ptr<const AbcFile> &abc_file, std::string_view fun… in CheckFunction()
47 static bool ContainDefinedFunction(std::unique_ptr<const AbcFile> &abc_file, in ContainDefinedFunction()
65 static bool ContainMemberFunction(std::unique_ptr<const AbcFile> &abc_file, in ContainMemberFunction()
87 static const Class *CheckClass(std::unique_ptr<const AbcFile> &abc_file, std::string_view class_nam… in CheckClass()
113 void CheckAbcFile(std::unique_ptr<const AbcFile> &abc_file, size_t test_def_func_cnt, size_t test_d… in CheckAbcFile()
125 auto abc_file = panda::defect_scan_aux::AbcFile::Open(test_name); variable
174 auto abc_file = panda::defect_scan_aux::AbcFile::Open(test_name); variable
232 auto abc_file = panda::defect_scan_aux::AbcFile::Open(test_name); variable
278 auto abc_file = panda::defect_scan_aux::AbcFile::Open(test_name); variable
328 auto abc_file = panda::defect_scan_aux::AbcFile::Open(test_name); variable
[all …]
Ddefect_scan_aux_merge_test.cpp35 auto abc_file = panda::defect_scan_aux::AbcFile::Open(name); variable
85 auto abc_file = panda::defect_scan_aux::AbcFile::Open(name); variable
105 auto abc_file = panda::defect_scan_aux::AbcFile::Open(name); variable
Ddefect_scan_aux_demo.cpp23 auto abc_file = panda::defect_scan_aux::AbcFile::Open(abc_filename); in main() local
/arkcompiler/runtime_core/compiler/tests/
Ddraw_cfg_test.cpp50 void GenGraphDump(const std::string &abc_file, const std::string &dump_file, in GenGraphDump()
98 const char *abc_file = DRAW_CFG_TEST_ABC_DIR "regallocTest.abc"; variable
132 const char *abc_file = DRAW_CFG_TEST_ABC_DIR "regallocTest.abc"; variable
/arkcompiler/runtime_core/verifier/tests/
Dutils.cpp25 std::ofstream abc_file(filename, std::ios::out | std::ios::binary); in GenerateModifiedAbc() local
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dclass.h38 const AbcFile *abc_file, Function *def_func) in Class()
Dfunction.h34 uint32_t arg_count, const Graph &graph, const AbcFile *abc_file) in Function()
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dexecution.py1523 def disasm_abc(task, abc_file): argument
1544 def is_abc_debug_info_correct(task, abc_file, is_debug): argument
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp1258 std::ofstream abc_file(filename, std::ios::out | std::ios::binary); in GenerateModifiedAbc() local
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp60 …std::unique_ptr<AbcFile> abc_file(new (std::nothrow) AbcFile(abc_filename, std::move(panda_file))); in Open() local
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp79 std::string abc_file = GetFileNameByPath(file_->GetFilename()); in Serialize() local