Home
last modified time | relevance | path

Searched defs:methodName (Results 1 - 25 of 97) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/compiler/
H A Dcompile_method.h49 PandaString methodName; member
H A Dcompiler_options.h74 bool MatchesRegex(const T &methodName) in MatchesRegex() argument
H A Dinplace_task_runner.h62 void SetMethodName(std::string methodName) in SetMethodName() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
H A Dets_proxy.cpp27 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 Dets_mangle.cpp61 std::string MangleMethodName(const std::string &className, const std::string &methodName) in MangleMethodName() argument
/arkcompiler/runtime_core/static_core/runtime/profiling/
H A Dprofiling-disasm-inl.h47 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 Dinspector_server.h103 std::string_view methodName; member
/arkcompiler/runtime_core/static_core/verification/config/debug_breakpoint/
H A Dbreakpoint.cpp30 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 Dprecompile_checker.h25 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 Dnative_test_helper.h29 void CallEtsFuntion(R *ret, std::string_view methodName, Args &&...args) in CallEtsFuntion() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_StackTrace.cpp40 auto methodName = EtsHandle<EtsString>(coroutine, method->GetNameString()); in CreateStackTraceElement() local
/arkcompiler/ets_runtime/ecmascript/patch/
H A Dpatch_loader.h56 CString methodName; member
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
H A Dpanda_file_translator_test.cpp129 const char *methodName = MethodLiteral::GetMethodName(pf.get(), methodId[0]); in HWTEST_F_L0() local
/arkcompiler/runtime_core/compiler/tests/
H A DirBuilder_tests.cpp52 void TestBuildGraphFromFunc(pandasm::Program &prog, const char *methodName, const Callback &cb) in TestBuildGraphFromFunc() argument
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Druntime_adapter.h225 auto methodName = GetMethodName(method); variable
280 auto methodName = GetMethodName(method); variable
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_compiler.cpp120 std::string methodName = runtime->GetMethodFullName(method); in IsInliningDisabled() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Ddevirt.cpp93 auto methodName = arkInterface_->GetUniqMethodName(methodPtr); in run() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dpanda_runner.h136 static Method *GetMethod(std::string_view methodName) in GetMethod() argument
H A Dunit_test.cpp110 Graph *AsmTest::BuildGraph(const char *methodName, Graph *graph) in BuildGraph() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_stacktrace_element.h50 inline void SetMethodName(EtsString *methodName) in SetMethodName() argument
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dmethod_literal.cpp91 std::string_view methodName = ParseFunctionNameView(jsPandaFile, methodId).first; in ParseFunctionName() local
[all...]
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmachine_code.cpp148 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 Ddisasm_ets_plugin.cpp145 const auto methodName = GetMethodSignature(methodId); in GetETSMetadata() local
/arkcompiler/runtime_core/static_core/plugins/ets/abc2program/
H A Dabc2program_ets_plugin.cpp149 const auto methodName = methodProcessor.GetMethodSignature(); in GetETSMetadata() local
/arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/
H A Dheader_writer.cpp109 std::string methodName = utf::Mutf8AsCString(mda.GetName().data); in PrintPrototype() local

Completed in 10 milliseconds

1234