Searched defs:func_name (Results 1 - 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/abc2program/ |
| H A D | abc2program_log.cpp | 23 void Unimplemented(const std::string &func_name) in Unimplemented() argument
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/include/ |
| H A D | function.h | 33 Function(std::string_view record_name, std::string_view func_name, panda_file::File::EntityId m_id, in Function() argument
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/ |
| H A D | class.cpp | 51 static std::string GetFuncNameWithoutPrefix(const std::string &func_name) in GetFuncNameWithoutPrefix() argument
|
| H A D | callee_info.cpp | 94 void CalleeInfo::SetFunctionName(std::string_view func_name) in SetFunctionName() argument
|
| /arkcompiler/runtime_core/assembler/tests/ |
| H A D | assembler_ins_test.cpp | 55 const std::string func_name = "func:(any,any,any)"; in HWTEST_F() local 98 const std::string func_name = "func:()"; in HWTEST_F() local 272 const std::string func_name = "func:()"; in HWTEST_F() local
|
| H A D | assembler_parser_test.cpp | 251 const std::string func_name = "func:(any,any,any)"; in HWTEST_F() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| H A D | optimize_bytecode.cpp | 199 static bool SkipFunction(const pandasm::Function &function, const std::string &func_name) in SkipFunction() argument 440 auto func_name = ir_interface.GetMethodIdByOffset(mda.GetMethodId().GetOffset()); OptimizeFunction() local [all...] |
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| H A D | common.h | 184 bool ParseToGraph(const std::string &source, const std::string &func_name, const char *file_name = "test.pb") in ParseToGraph() argument 198 bool ParseToGraph(pandasm::Program *prog, const std::string &func_name) in ParseToGraph() argument [all...] |
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | asm_printer_test.cpp | 167 [[maybe_unused]] std::string func_name = "test_" + GetTestName(); local
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/ |
| H A D | defect_scan_aux_test.cpp | 32 static const Function *CheckFunction(std::unique_ptr<const AbcFile> &abc_file, std::string_view func_name) in CheckFunction() argument 47 ContainDefinedFunction(std::unique_ptr<const AbcFile> &abc_file, const Function *par_func, std::string_view func_name) ContainDefinedFunction() argument 65 ContainMemberFunction(std::unique_ptr<const AbcFile> &abc_file, const Class *class0, std::string_view func_name) ContainMemberFunction() argument
|
| /arkcompiler/runtime_core/assembler/ |
| H A D | assembly-parser.cpp | 707 auto func_name = insn_it->ids[0]; in ParseResetFunctionTable() local
|
Completed in 12 milliseconds