Home
last modified time | relevance | path

Searched defs:abc_file (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
H A Ddefect_scan_aux_demo.cpp23 auto abc_file = panda::defect_scan_aux::AbcFile::Open(abc_filename); in main() local
H A Ddefect_scan_aux_merge_test.cpp35 auto abc_file = panda::defect_scan_aux::AbcFile::Open(name); in HWTEST() local
85 auto abc_file = panda::defect_scan_aux::AbcFile::Open(name); HWTEST() local
105 auto abc_file = panda::defect_scan_aux::AbcFile::Open(name); HWTEST() local
[all...]
H A Ddefect_scan_aux_test.cpp32 static const Function *CheckFunction(std::unique_ptr<const AbcFile> &abc_file, std::string_view func_name) in CheckFunction() argument
47 static bool ContainDefinedFunction(std::unique_ptr<const AbcFile> &abc_file, in ContainDefinedFunction() argument
65 static bool ContainMemberFunction(std::unique_ptr<const AbcFile> &abc_file, in ContainMemberFunction() argument
87 CheckClass(std::unique_ptr<const AbcFile> &abc_file, std::string_view class_name) CheckClass() argument
113 CheckAbcFile(std::unique_ptr<const AbcFile> &abc_file, size_t test_def_func_cnt, size_t test_def_class_cnt) CheckAbcFile() argument
125 auto abc_file = panda::defect_scan_aux::AbcFile::Open(test_name); HWTEST() local
174 auto abc_file = panda::defect_scan_aux::AbcFile::Open(test_name); HWTEST() local
232 auto abc_file = panda::defect_scan_aux::AbcFile::Open(test_name); HWTEST() local
278 auto abc_file = panda::defect_scan_aux::AbcFile::Open(test_name); HWTEST() local
328 auto abc_file = panda::defect_scan_aux::AbcFile::Open(test_name); HWTEST() local
374 auto abc_file = panda::defect_scan_aux::AbcFile::Open(test_name); HWTEST() local
419 auto abc_file = panda::defect_scan_aux::AbcFile::Open(test_name); HWTEST() local
458 auto abc_file = panda::defect_scan_aux::AbcFile::Open(test_name); HWTEST() local
502 auto abc_file = panda::defect_scan_aux::AbcFile::Open(test_name); HWTEST() local
535 auto abc_file = panda::defect_scan_aux::AbcFile::Open(test_name); HWTEST() local
565 auto abc_file = panda::defect_scan_aux::AbcFile::Open(test_name); HWTEST() local
613 auto abc_file = panda::defect_scan_aux::AbcFile::Open(test_name); HWTEST() local
652 auto abc_file = panda::defect_scan_aux::AbcFile::Open(test_name); HWTEST() local
707 auto abc_file = panda::defect_scan_aux::AbcFile::Open(test_name); HWTEST() local
737 auto abc_file = panda::defect_scan_aux::AbcFile::Open(test_name); HWTEST() local
797 auto abc_file = panda::defect_scan_aux::AbcFile::Open(test_name); HWTEST() local
[all...]
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
H A Dclass.h37 Class(std::string_view class_name, std::string_view record_name, const AbcFile *abc_file, Function *def_func) Class() argument
H A Dfunction.h33 Function(std::string_view record_name, std::string_view func_name, panda_file::File::EntityId m_id, uint32_t arg_count, const Graph &graph, const AbcFile *abc_file) Function() argument
/arkcompiler/runtime_core/compiler/tests/
H A Ddraw_cfg_test.cpp50 void GenGraphDump(const std::string &abc_file, const std::string &dump_file, in GenGraphDump() argument
98 const char *abc_file = DRAW_CFG_TEST_ABC_DIR "regallocTest.abc"; in HWTEST_F() local
132 const char *abc_file = DRAW_CFG_TEST_ABC_DIR "regallocTest.abc"; in HWTEST_F() local
/arkcompiler/runtime_core/disassembler/
H A Ddisassembler.cpp80 std::string abc_file = GetFileNameByPath(file_->GetFilename()); in Serialize() local
81 os << "# source binary: " << abc_file << "\n\n"; in Serialize() local

Completed in 7 milliseconds