Home
last modified time | relevance | path

Searched defs:methodName (Results 1 – 25 of 109) sorted by relevance

12345

/arkcompiler/runtime_core/static_core/verification/config/debug_breakpoint/
Dbreakpoint.cpp30 …fsets> BreakpointsForName(const BreakpointConfigT &breakpointConfig, const PandaString &methodName) in BreakpointsForName()
40 void DebugConfig::AddBreakpointConfig(const PandaString &methodName, Offset offset) in AddBreakpointConfig()
51 void DebugContext::InsertBreakpoints(PandaString const &methodName, Method::UniqId id) in InsertBreakpoints()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_test_helper.h56 #define CONTAINERS_API_EXCEPTION_TEST(className, methodName, callInfoName) \ argument
66 #define CONTAINERS_API_TYPE_MISMATCH_EXCEPTION_TEST(className, methodName) \ argument
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/
DReflectionTest.js23 let methodName = 'sayHello'; variable
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/
DReflectionTest.ts23 let methodName = 'sayHello'; variable
/arkcompiler/runtime_core/static_core/compiler/
Dcompile_method.cpp46 void JITStats::EndCompilationWithStats(const std::string &methodName, bool isOsr, size_t bcSize, si… in EndCompilationWithStats()
73 static void EndCompilation(const std::string &methodName, bool isOsr, size_t bcSize, [[maybe_unused… in EndCompilation()
142 …int8_t *GetEntryPoint(Graph *graph, [[maybe_unused]] Method *method, const std::string &methodName, in GetEntryPoint()
237 auto &methodName = taskCtx.GetMethodName(); in JITCompileMethod() local
285 auto &methodName = taskCtx.GetMethodName(); in CompileInGraph() local
412 const std::string &methodName) in EmitElf()
Dcompile_method.h49 PandaString methodName; member
Dcompiler_options.h66 bool MatchesRegex(const T &methodName) in MatchesRegex()
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.cpp102 for (auto &methodName : methods) { in FilterMethodToPrint() local
141 void OptCodeProfiler::PrintMethodRecord(Key key, std::string methodName) in FilterMethodToPrint()
194 …auto methodName = ConvertToStdString(methodPoint->GetRecordNameStr()) + "." + methodPoint->GetMeth… in FilterMethodToPrint() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprecompile_checker.h25 … PreCompileChecker(PassData* data, Circuit* circuit, const std::string& methodName, bool enableLog) in PreCompileChecker()
Dcompiler_log.cpp31 const std::string &methodName, AotMethodLogList *logList) in SetMethodLog()
88 TimeScope::TimeScope(std::string name, std::string methodName, uint32_t methodOffset, CompilerLog* … in TimeScope()
125 const std::string TimeScope::GetShortName(const std::string& methodName) in GetShortName()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.h122 PGOMethodInfo(PGOMethodId id, uint32_t count, SampleMode mode, const char *methodName) in PGOMethodInfo()
350 void GetTypeInfo(const char *methodName, Callback callback) in GetTypeInfo()
360 void GetTypeInfo(const char *methodName, uint32_t checksum, Callback callback) in GetTypeInfo()
369 void MatchAndMarkMethod(const char *methodName, EntityId methodId) in MatchAndMarkMethod()
619 …id GetTypeInfo(const CString &abcNormalizedDesc, const CString &recordName, const char *methodName, in GetTypeInfo()
633 …id GetTypeInfo(const CString &abcNormalizedDesc, const CString &recordName, const char *methodName, in GetTypeInfo()
677 …hAndMarkMethod(const CString &abcNormalizedDesc, const CString &recordName, const char *methodName, in MatchAndMarkMethod()
Dpgo_profiler_decoder.h106 … const auto *methodName = MethodLiteral::GetMethodName(jsPandaFile, methodLiteral->GetMethodId()); in GetTypeInfo() local
118 …tchAndMarkMethod(const JSPandaFile *jsPandaFile, const CString &recordName, const char *methodName, in MatchAndMarkMethod()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/native/
Dnative_test_helper.h29 void CallEtsFuntion(R *ret, std::string_view methodName, Args &&...args) in CallEtsFuntion()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector_server.h101 std::string_view methodName; member
/arkcompiler/runtime_core/static_core/runtime/profiling/
Dprofiling-disasm-inl.h49 [[maybe_unused]] const std::string &methodName) in FindMethodInProfile()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_mangle.cpp61 std::string MangleMethodName(const std::string &className, const std::string &methodName) in MangleMethodName()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_stacktrace_element.h50 inline void SetMethodName(EtsString *methodName) in SetMethodName()
/arkcompiler/runtime_core/compiler/tests/
DirBuilder_tests.cpp52 void TestBuildGraphFromFunc(pandasm::Program &prog, const char *methodName, const Callback &cb) in TestBuildGraphFromFunc()
450 TestBuildGraphFromFile(pFile, [&testMethodName](Graph* graph, std::string &methodName) { in __anona53ca1fd0502()
528 TestBuildGraphFromFile(pFile, [testMethodName](Graph* graph, std::string &methodName) { in __anona53ca1fd0602()
/arkcompiler/runtime_core/static_core/verification/
Dpublic.cpp168 auto methodName = method->GetFullName(); in CheckBeforeVerification() local
192 auto methodName = method->GetFullName(); in Verify() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_proxy.cpp27 napi_value GetETSFunction(napi_env env, std::string_view packageName, std::string_view methodName) in GetETSFunction()
/arkcompiler/ets_runtime/ecmascript/mem/
Dmachine_code.cpp139 CString methodName = method->GetRecordNameStr() + "." + CString(method->GetMethodName()); in SetData() local
201 CString methodName = method->GetRecordNameStr() + "." + CString(method->GetMethodName()); in SetBaselineCodeData() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_StackTrace.cpp40 auto methodName = EtsHandle<EtsString>(coroutine, method->GetNameString()); in CreateStackTraceElement() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp213 auto methodName = MethodLiteral::GetRecordName(pf_.get(), methodLiteral->GetMethodId()); in CheckApMethodsInApFiles() local
746 auto methodName = methodLiteral->GetMethodName(pf_.get(), methodId); in HWTEST_F_L0() local
778 auto methodName = methodLiteral->GetMethodName(pf_.get(), methodId); in HWTEST_F_L0() local
817 auto methodName = methodLiteral->GetMethodName(pf_.get(), methodId); in HWTEST_F_L0() local
872 auto methodName = methodLiteral->GetMethodName(pf_.get(), methodId); in HWTEST_F_L0() local
919 auto methodName = methodLiteral->GetMethodName(pf_.get(), methodId); in HWTEST_F_L0() local
986 auto methodName = methodLiteral->GetMethodName(pf_.get(), methodId); in HWTEST_F_L0() local
1034 auto methodName = methodLiteral->GetMethodName(pf_.get(), methodId); in HWTEST_F_L0() local
1071 auto methodName = methodLiteral->GetMethodName(pf_.get(), methodId); in HWTEST_F_L0() local
1109 auto methodName = methodLiteral->GetMethodName(pf_.get(), methodId); in HWTEST_F_L0() local
[all …]
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Ddevirt.cpp92 auto methodName = arkInterface_->GetUniqMethodName(methodPtr); in run() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.cpp91 std::string_view methodName = ParseFunctionNameView(jsPandaFile, methodId).first; in ParseFunctionName() local
123 CString methodName(GetMethodName(jsPandaFile, methodId)); in ParseFunctionNameToCString() local

12345