Home
last modified time | relevance | path

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

1234

/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/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()
Dinplace_task_runner.h62 void SetMethodName(std::string methodName) in SetMethodName()
/arkcompiler/runtime_core/compiler/tests/
DirBuilder_tests.cpp52 void TestBuildGraphFromFunc(pandasm::Program &prog, const char *methodName, const Callback &cb) in TestBuildGraphFromFunc()
105 … auto methodName = std::string(utf::Mutf8AsCString(pfile->GetStringData(mda.GetNameId()).data)); in TestBuildGraphFromFile() local
447 TestBuildGraphFromFile(pFile, [&testMethodName](Graph* graph, std::string &methodName) { in __anone7b938de0502()
525 TestBuildGraphFromFile(pFile, [testMethodName](Graph* graph, std::string &methodName) { in __anone7b938de0602()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.h120 PGOMethodInfo(PGOMethodId id, uint32_t count, SampleMode mode, const char *methodName) in PGOMethodInfo()
341 void GetTypeInfo(const char *methodName, Callback callback) in GetTypeInfo()
351 void GetTypeInfo(const char *methodName, uint32_t checksum, Callback callback) in GetTypeInfo()
360 void MatchAndMarkMethod(const char *methodName, EntityId methodId) in MatchAndMarkMethod()
604 …id GetTypeInfo(const CString &abcNormalizedDesc, const CString &recordName, const char *methodName, in GetTypeInfo()
618 …id GetTypeInfo(const CString &abcNormalizedDesc, const CString &recordName, const char *methodName, in GetTypeInfo()
650 …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.h100 std::string_view methodName; member
/arkcompiler/runtime_core/static_core/runtime/profiling/
Dprofiling-disasm-inl.h50 [[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/ets_runtime/ecmascript/compiler/
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()
Dpass_manager.cpp60 Module *m) { in Compile()
222 Module *m) { in Compile()
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.cpp109 void OptCodeProfiler::PrintMethodRecord(Key key, std::string methodName) in PrintMethodRecord()
148 auto methodName = methodPoint->GetMethodName(); in Update() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_proxy.cpp25 …i_value GetETSFunction(napi_env env, std::string_view classDescriptor, std::string_view methodName) in GetETSFunction()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp211 auto methodName = MethodLiteral::GetRecordName(pf_.get(), methodLiteral->GetMethodId()); in CheckApMethodsInApFiles() local
703 auto methodName = methodLiteral->GetMethodName(pf_.get(), methodId); in HWTEST_F_L0() local
735 auto methodName = methodLiteral->GetMethodName(pf_.get(), methodId); in HWTEST_F_L0() local
774 auto methodName = methodLiteral->GetMethodName(pf_.get(), methodId); in HWTEST_F_L0() local
829 auto methodName = methodLiteral->GetMethodName(pf_.get(), methodId); in HWTEST_F_L0() local
876 auto methodName = methodLiteral->GetMethodName(pf_.get(), methodId); in HWTEST_F_L0() local
939 auto methodName = methodLiteral->GetMethodName(pf_.get(), methodId); in HWTEST_F_L0() local
987 auto methodName = methodLiteral->GetMethodName(pf_.get(), methodId); in HWTEST_F_L0() local
1024 auto methodName = methodLiteral->GetMethodName(pf_.get(), methodId); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.cpp90 std::string methodName(GetMethodName(jsPandaFile, methodId)); in ParseFunctionName() local
106 CString methodName(GetMethodName(jsPandaFile, methodId)); in ParseFunctionNameToCString() local
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.cpp605 auto methodName = runtime_->GetMethodFullName(&method, false); in Compile() local
636 auto methodName = runtime_->GetMethodFullName(method, false); in Compile() local
668 bool Paoc::CompileInGraph(CompilingContext *ctx, std::string methodName, bool isOsr) in CompileInGraph()
887 auto methodName = runtime_->GetMethodFullName(method, false); in Skip() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_item_container_test.cpp188 StringItem *methodName = container.GetOrCreateStringItem("foo"); in TEST() local
348 StringItem *methodName = container.GetOrCreateStringItem("foo"); in TEST() local
426 StringItem *methodName = container.GetOrCreateStringItem("foo"); in TestProtos() local
522 StringItem *methodName = container.GetOrCreateStringItem("foo"); in TEST() local
628 StringItem *methodName = container.GetOrCreateStringItem("ForeignMethod"); in TEST() local
1002 std::string methodName; in TEST() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dpanda_runner.h136 static Method *GetMethod(std::string_view methodName) in GetMethod()
Dunit_test.cpp110 Graph *AsmTest::BuildGraph(const char *methodName, Graph *graph) in BuildGraph()
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.h55 CString methodName; member
/arkcompiler/runtime_core/static_core/compiler/tools/debug/
Djit_writer.h47 …(Arch arch, RuntimeInterface *runtime, CodeAllocator *codeAllocator, const std::string &methodName) in JitDebugWriter()

1234