Searched defs:func_name (Results 1 – 9 of 9) sorted by relevance
| /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
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | method_test.cpp | 466 std::string func_name; in StackTraceEntryPoint() member 482 std::string func_name(utf::Mutf8AsCString(method_from_frame->GetName().data)); in StackTraceEntryPoint() local
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/ |
| D | asm_printer.h | 139 void EmitFunctionName(const void *func_name) in EmitFunctionName()
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-parser.cpp | 708 auto func_name = insn_it->ids[0]; in ParseResetFunctionTable() local
|