Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dfunction.h33 …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/
Dcallee_info.cpp94 void CalleeInfo::SetFunctionName(std::string_view func_name) in SetFunctionName()
Dabc_file.cpp464 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/
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.cpp252 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/
Dasm_printer_test.cpp167 [[maybe_unused]] std::string func_name = "test_" + GetTestName(); in PreWork() local
/arkcompiler/runtime_core/runtime/tests/
Dmethod_test.cpp466 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/
Dasm_printer.h139 void EmitFunctionName(const void *func_name) in EmitFunctionName()
/arkcompiler/runtime_core/assembler/
Dassembly-parser.cpp708 auto func_name = insn_it->ids[0]; in ParseResetFunctionTable() local