Home
last modified time | relevance | path

Searched defs:func_name (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/abc2program/
Dabc2program_log.cpp23 void Unimplemented(const std::string &func_name) in Unimplemented()
/arkcompiler/runtime_core/assembler/tests/
Dassembler_ins_test.cpp55 const std::string func_name = "func:(any,any,any)"; variable
98 const std::string func_name = "func:()"; variable
272 const std::string func_name = "func:()"; variable
Dassembler_parser_test.cpp251 const std::string func_name = "func:(any,any,any)"; variable
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dfunction.h33 …Function(std::string_view record_name, std::string_view func_name, panda_file::File::EntityId m_id, in Function()
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dcallee_info.cpp94 void CalleeInfo::SetFunctionName(std::string_view func_name) in SetFunctionName()
Dclass.cpp51 static std::string GetFuncNameWithoutPrefix(const std::string &func_name) in GetFuncNameWithoutPrefix()
Dabc_file.cpp630 std::string func_name = GetStringByStringId(mda.GetNameId()); in InitializeAllDefinedFunction() local
1058 …cFile::GenerateFunctionGraph(const panda_file::MethodDataAccessor &mda, std::string_view func_name) in GenerateFunctionGraph()
1079 std::string func_name = record_name + GetStringByInst(inst); in ResolveInstCommon() local
1367 void AbcFile::HandleMemberFunctionFromClassBuf(const std::string &func_name, Function *def_func, Cl… in HandleMemberFunctionFromClassBuf() argument
1397 const std::string &func_name = def_func->GetFunctionName(); in AddDefinedFunction() local
1410 const std::string &func_name = def_func->GetFunctionName(); in AddMergedDefinedFunction() local
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcommon.h198 bool ParseToGraph(pandasm::Program *prog, const std::string &func_name) in ParseToGraph()
738 std::string func_name) in CheckConstArrayFilling()
770 … void CheckConstArray(panda::pandasm::Program *prog, const char *class_name, std::string func_name, in CheckConstArray()
/arkcompiler/runtime_core/bytecode_optimizer/
Doptimize_bytecode.cpp199 static bool SkipFunction(const pandasm::Function &function, const std::string &func_name) in SkipFunction()
347 auto func_name = ir_interface.GetMethodIdByOffset(mda.GetMethodId().GetOffset()); in AnalysisModuleConstantValue() local
440 auto func_name = ir_interface.GetMethodIdByOffset(mda.GetMethodId().GetOffset()); in OptimizeFunction() local
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Ddefect_scan_aux_test.cpp32 …const Function *CheckFunction(std::unique_ptr<const AbcFile> &abc_file, std::string_view func_name) in CheckFunction()
48 const Function *par_func, std::string_view func_name) in ContainDefinedFunction()
66 const Class *class0, std::string_view func_name) in ContainMemberFunction()
/arkcompiler/runtime_core/compiler/tests/
Dasm_printer_test.cpp167 [[maybe_unused]] std::string func_name = "test_" + GetTestName(); in PreWork() local
DirBuilder_tests.cpp62 auto func_name = ir_interface.GetMethodIdByOffset(mda.GetMethodId().GetOffset()); in TestBuildGraphFromFunc() local
/arkcompiler/runtime_core/assembler/
Dassembly-parser.cpp707 auto func_name = insn_it->ids[0]; in ParseResetFunctionTable() local