| /arkcompiler/runtime_core/static_core/verification/config/debug_breakpoint/ |
| D | breakpoint.cpp | 30 …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/ |
| D | containers_test_helper.h | 56 #define CONTAINERS_API_EXCEPTION_TEST(className, methodName, callInfoName) \ argument 66 #define CONTAINERS_API_TYPE_MISMATCH_EXCEPTION_TEST(className, methodName) \ argument
|
| /arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/methods/ |
| D | methods_test.cpp | 39 static std::string_view MethodGetModuleTest(AbckitFile *file, const char *methodName) in MethodGetModuleTest() 205 auto methodName = helpers::AbckitStringToString(g_implI->functionGetName(method)); in TEST_F() local 230 auto methodName = helpers::AbckitStringToString(g_implI->functionGetName(method)); in TEST_F() local 269 auto methodName = helpers::AbckitStringToString(g_implI->functionGetName(method)); in TEST_F() local 309 auto methodName = helpers::AbckitStringToString(g_implI->functionGetName(method)); in TEST_F() local 338 auto methodName = helpers::AbckitStringToString(g_implI->functionGetName(method)); in TEST_F() local 366 auto methodName = helpers::AbckitStringToString(g_implI->functionGetName(method)); in TEST_F() local 412 auto methodName = helpers::AbckitStringToString(g_implI->functionGetName(method)); in TEST_F() local 459 auto methodName = helpers::AbckitStringToString(g_implI->functionGetName(method)); in TEST_F() local 509 auto methodName = helpers::AbckitStringToString(g_implI->functionGetName(method)); in TEST_F() local
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/ |
| D | ReflectionTest.ts | 23 let methodName = 'sayHello'; variable
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/ |
| D | ReflectionTest.js | 23 let methodName = 'sayHello'; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | precompile_checker.h | 25 … PreCompileChecker(PassData* data, Circuit* circuit, const std::string& methodName, bool enableLog) in PreCompileChecker()
|
| D | compiler_log.cpp | 31 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/dfx/vmstat/ |
| D | opt_code_profiler.cpp | 101 for (auto &methodName : methods) { in FilterMethodToPrint() local 140 void OptCodeProfiler::PrintMethodRecord(Key key, std::string methodName) in FilterMethodToPrint() 193 …auto methodName = ConvertToStdString(methodPoint->GetRecordNameStr()) + "." + methodPoint->GetMeth… in FilterMethodToPrint() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/native/ |
| D | native_test_helper.h | 29 void CallEtsFuntion(R *ret, std::string_view methodName, Args &&...args) in CallEtsFuntion()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_info.h | 150 PGOMethodInfo(PGOMethodId id, uint32_t count, SampleMode mode, const char *methodName) in PGOMethodInfo() 378 void GetTypeInfo(const char *methodName, Callback callback) in GetTypeInfo() 388 void GetTypeInfo(const char *methodName, uint32_t checksum, Callback callback) in GetTypeInfo() 397 void MatchAndMarkMethod(const char *methodName, EntityId methodId) in MatchAndMarkMethod() 649 …id GetTypeInfo(const CString &abcNormalizedDesc, const CString &recordName, const char *methodName, in GetTypeInfo() 663 …id GetTypeInfo(const CString &abcNormalizedDesc, const CString &recordName, const char *methodName, in GetTypeInfo() 707 …hAndMarkMethod(const CString &abcNormalizedDesc, const CString &recordName, const char *methodName, in MatchAndMarkMethod()
|
| D | pgo_profiler_decoder.h | 106 … 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/libabckit/tests/helpers/ |
| D | helpers_ets_runtime.cpp | 33 …eStaticAbc(const std::string &abcPath, const std::string &klassName, const std::string &methodName) in ExecuteStaticAbc()
|
| /arkcompiler/runtime_core/static_core/runtime/profiling/ |
| D | profiling-disasm-inl.h | 51 [[maybe_unused]] const std::string &methodName) in FindMethodInProfile()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | inspector_server.h | 104 std::string_view methodName; member
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_mangle.cpp | 61 std::string MangleMethodName(const std::string &className, const std::string &methodName) in MangleMethodName()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | enumPostCheckLowering.cpp | 41 auto methodName = (enumType->*getMethod)().memberProxyType->Name(); in CallStaticEnumMethod() local 57 auto methodName = (enumType->*getMethod)().memberProxyType->Name(); in CallInstanceEnumMethod() local
|
| /arkcompiler/ets_frontend/arkguard/test/ut/utils/ |
| D | KeepParameterUtils.spec.ts | 206 const methodName: ts.Identifier = method.name as ts.Identifier; constant 222 const methodName: ts.Identifier = method.name as ts.Identifier; constant 241 const methodName: ts.Identifier = method.name as ts.Identifier; constant 314 const methodName: ts.Identifier = method.name as ts.Identifier; constant 334 const methodName: ts.Identifier = method.name as ts.Identifier; constant
|
| /arkcompiler/runtime_core/libabckit/tests/scenarios/api_scanner/static/ |
| D | api_scanner_static.cpp | 37 auto methodName = helpers::AbckitStringToString(mname); in GetMethodName() local 56 auto methodName = GetMethodName(method); in EnumerateInsts() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_stacktrace_element.h | 50 inline void SetMethodName(EtsString *methodName) in SetMethodName()
|
| /arkcompiler/runtime_core/static_core/compiler/ |
| D | compile_method.h | 49 PandaString methodName; member
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | irBuilder_tests.cpp | 52 void TestBuildGraphFromFunc(pandasm::Program &prog, const char *methodName, const Callback &cb) in TestBuildGraphFromFunc() 450 TestBuildGraphFromFile(pFile, [&testMethodName](Graph* graph, std::string &methodName) { in __anon4126c63d0502() 528 TestBuildGraphFromFile(pFile, [testMethodName](Graph* graph, std::string &methodName) { in __anon4126c63d0602()
|
| /arkcompiler/runtime_core/static_core/verification/ |
| D | public.cpp | 168 auto methodName = method->GetFullName(); in CheckBeforeVerification() local 192 auto methodName = method->GetFullName(); in Verify() local
|
| /arkcompiler/ets_runtime/ecmascript/jit/tests/ |
| D | jit_test.cpp | 77 CString methodName("methodName"); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/libabckit/tests/scenarios/parameter_check/dynamic/ |
| D | api_modifier.h | 26 std::string methodName; member
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| D | ets_proxy.cpp | 27 napi_value GetETSFunction(napi_env env, std::string_view packageName, std::string_view methodName) in GetETSFunction()
|