| /arkcompiler/runtime_core/static_core/compiler/ |
| H A D | compile_method.h | 49 PandaString methodName; member
|
| H A D | compiler_options.h | 74 bool MatchesRegex(const T &methodName) in MatchesRegex() argument
|
| H A D | inplace_task_runner.h | 62 void SetMethodName(std::string methodName) in SetMethodName() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| H A D | ets_proxy.cpp | 27 napi_value GetETSFunction(napi_env env, std::string_view packageName, std::string_view methodName) in GetETSFunction() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| H A D | ets_mangle.cpp | 61 std::string MangleMethodName(const std::string &className, const std::string &methodName) in MangleMethodName() argument
|
| /arkcompiler/runtime_core/static_core/runtime/profiling/ |
| H A D | profiling-disasm-inl.h | 47 FindMethodInProfile([[maybe_unused]] ProfileContainer profile, [[maybe_unused]] ark::panda_file::SourceLang lang, [[maybe_unused]] const std::string &methodName) FindMethodInProfile() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| H A D | inspector_server.h | 103 std::string_view methodName; member
|
| /arkcompiler/runtime_core/static_core/verification/config/debug_breakpoint/ |
| H A D | breakpoint.cpp | 30 OptionalRef<Offsets> BreakpointsForName(const BreakpointConfigT &breakpointConfig, const PandaString &methodName) in BreakpointsForName() argument 40 void DebugConfig::AddBreakpointConfig(const PandaString &methodName, Offset offset) in AddBreakpointConfig() argument 51 void DebugContext::InsertBreakpoints(PandaString const &methodName, Method::UniqId id) in InsertBreakpoints() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | precompile_checker.h | 25 PreCompileChecker(PassData* data, Circuit* circuit, const std::string& methodName, bool enableLog) in PreCompileChecker() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/native/ |
| H A D | native_test_helper.h | 29 void CallEtsFuntion(R *ret, std::string_view methodName, Args &&...args) in CallEtsFuntion() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | std_core_StackTrace.cpp | 40 auto methodName = EtsHandle<EtsString>(coroutine, method->GetNameString()); in CreateStackTraceElement() local
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| H A D | patch_loader.h | 56 CString methodName; member
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| H A D | panda_file_translator_test.cpp | 129 const char *methodName = MethodLiteral::GetMethodName(pf.get(), methodId[0]); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | irBuilder_tests.cpp | 52 void TestBuildGraphFromFunc(pandasm::Program &prog, const char *methodName, const Callback &cb) in TestBuildGraphFromFunc() argument
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| H A D | runtime_adapter.h | 225 auto methodName = GetMethodName(method); variable 280 auto methodName = GetMethodName(method); variable
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| H A D | llvm_compiler.cpp | 120 std::string methodName = runtime->GetMethodFullName(method); in IsInliningDisabled() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| H A D | devirt.cpp | 93 auto methodName = arkInterface_->GetUniqMethodName(methodPtr); in run() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | panda_runner.h | 136 static Method *GetMethod(std::string_view methodName) in GetMethod() argument
|
| H A D | unit_test.cpp | 110 Graph *AsmTest::BuildGraph(const char *methodName, Graph *graph) in BuildGraph() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| H A D | ets_stacktrace_element.h | 50 inline void SetMethodName(EtsString *methodName) in SetMethodName() argument
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | method_literal.cpp | 91 std::string_view methodName = ParseFunctionNameView(jsPandaFile, methodId).first; in ParseFunctionName() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | machine_code.cpp | 148 CString methodName = method->GetRecordNameStr() + "." + CString(method->GetMethodName()); in SetData() local 208 CString methodName = method->GetRecordNameStr() + "." + CString(method->GetMethodName()); in SetBaselineCodeData() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/disassembler/ |
| H A D | disasm_ets_plugin.cpp | 145 const auto methodName = GetMethodSignature(methodId); in GetETSMetadata() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/abc2program/ |
| H A D | abc2program_ets_plugin.cpp | 149 const auto methodName = methodProcessor.GetMethodSignature(); in GetETSMetadata() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/ |
| H A D | header_writer.cpp | 109 std::string methodName = utf::Mutf8AsCString(mda.GetName().data); in PrintPrototype() local
|