Searched defs:abc_file (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/ |
| D | defect_scan_aux_test.cpp | 32 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 275 auto abc_file = panda::defect_scan_aux::AbcFile::Open(test_name); variable 324 auto abc_file = panda::defect_scan_aux::AbcFile::Open(test_name); variable [all …]
|
| D | defect_scan_aux_demo.cpp | 23 auto abc_file = panda::defect_scan_aux::AbcFile::Open(abc_filename); in main() local
|
| D | defect_scan_aux_merge_test.cpp | 35 auto abc_file = panda::defect_scan_aux::AbcFile::Open(name); variable 83 auto abc_file = panda::defect_scan_aux::AbcFile::Open(name); variable
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | draw_cfg_test.cpp | 50 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/ |
| D | utils.cpp | 25 std::ofstream abc_file(filename, std::ios::out | std::ios::binary); in GenerateModifiedAbc() local
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/include/ |
| D | class.h | 38 const AbcFile *abc_file, Function *def_func) in Class()
|
| D | function.h | 34 uint32_t arg_count, const Graph &graph, const AbcFile *abc_file) in Function()
|
| /arkcompiler/ets_frontend/test/scripts/sdk_test/ |
| D | execution.py | 614 def disasm_abc(task, abc_file): argument 635 def is_abc_debug_info_correct(task, abc_file, is_debug): argument
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | file_item_container_test.cpp | 1258 std::ofstream abc_file(filename, std::ios::out | std::ios::binary); in GenerateModifiedAbc() local
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/ |
| D | abc_file.cpp | 60 …std::unique_ptr<AbcFile> abc_file(new (std::nothrow) AbcFile(abc_filename, std::move(panda_file))); in Open() local
|
| /arkcompiler/runtime_core/disassembler/ |
| D | disassembler.cpp | 78 std::string abc_file = GetFileNameByPath(file_->GetFilename()); in Serialize() local
|