Searched defs:func_name (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/runtime_core/abc2program/ |
| D | abc2program_log.cpp | 23 void Unimplemented(const std::string &func_name) in Unimplemented()
|
| /arkcompiler/runtime_core/assembler/tests/ |
| D | assembler_ins_test.cpp | 55 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
|
| D | assembler_parser_test.cpp | 251 const std::string func_name = "func:(any,any,any)"; variable
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/include/ |
| D | function.h | 33 …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/ |
| D | callee_info.cpp | 94 void CalleeInfo::SetFunctionName(std::string_view func_name) in SetFunctionName()
|
| D | class.cpp | 51 static std::string GetFuncNameWithoutPrefix(const std::string &func_name) in GetFuncNameWithoutPrefix()
|
| D | abc_file.cpp | 630 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/ |
| D | common.h | 198 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/ |
| D | optimize_bytecode.cpp | 199 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/ |
| D | defect_scan_aux_test.cpp | 32 …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/ |
| D | asm_printer_test.cpp | 167 [[maybe_unused]] std::string func_name = "test_" + GetTestName(); in PreWork() local
|
| D | irBuilder_tests.cpp | 62 auto func_name = ir_interface.GetMethodIdByOffset(mda.GetMethodId().GetOffset()); in TestBuildGraphFromFunc() local
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-parser.cpp | 707 auto func_name = insn_it->ids[0]; in ParseResetFunctionTable() local
|