Searched defs:func_name (Results 1 – 10 of 10) sorted by relevance
| /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 func_name, panda_file::File::EntityId m_id, uint32_t arg_count, const Gr… 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 | abc_file.cpp | 464 std::string func_name = GetStringByStringId(mda.GetNameId()); in InitializeAllDefinedFunction() local 753 …cFile::GenerateFunctionGraph(const panda_file::MethodDataAccessor &mda, std::string_view func_name) in GenerateFunctionGraph() 771 std::string func_name = GetStringByInst(inst); in ResolveInstCommon() local 1028 void AbcFile::HandleMemberFunctionFromClassBuf(const std::string &func_name, Function *def_func, Cl… in HandleMemberFunctionFromClassBuf() argument 1046 const std::string &func_name = def_func->GetFunctionName(); in AddDefinedFunction() 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 | 252 static bool SkipFunction(const pandasm::Function &function, const std::string &func_name) in SkipFunction() 297 auto func_name = ir_interface.GetMethodIdByOffset(mda.GetMethodId().GetOffset()); in OptimizeFunction() local
|
| /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 | 708 auto func_name = insn_it->ids[0]; in ParseResetFunctionTable() local
|