Home
last modified time | relevance | path

Searched defs:func_name (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/runtime_core/abc2program/
H A Dabc2program_log.cpp23 void Unimplemented(const std::string &func_name) in Unimplemented() argument
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
H A Dfunction.h33 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 Dclass.cpp51 static std::string GetFuncNameWithoutPrefix(const std::string &func_name) in GetFuncNameWithoutPrefix() argument
H A Dcallee_info.cpp94 void CalleeInfo::SetFunctionName(std::string_view func_name) in SetFunctionName() argument
/arkcompiler/runtime_core/assembler/tests/
H A Dassembler_ins_test.cpp55 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 Dassembler_parser_test.cpp251 const std::string func_name = "func:(any,any,any)"; in HWTEST_F() local
/arkcompiler/runtime_core/bytecode_optimizer/
H A Doptimize_bytecode.cpp199 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 Dcommon.h184 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 Dasm_printer_test.cpp167 [[maybe_unused]] std::string func_name = "test_" + GetTestName(); local
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
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 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 Dassembly-parser.cpp707 auto func_name = insn_it->ids[0]; in ParseResetFunctionTable() local

Completed in 15 milliseconds