/arkcompiler/runtime_core/static_core/plugins/ets/tests/common/bouncing_peas/ |
D | bouncing_peas_unit.cpp | 25 [[maybe_unused]] static long SkoalaCreateRedrawerPeer([[maybe_unused]] panda::Method *m, in SkoalaCreateRedrawerPeer() 30 [[maybe_unused]] static long SkoalaGetFrame([[maybe_unused]] panda::Method *m, in SkoalaGetFrame() 36 [[maybe_unused]] static long SkoalaInitRedrawer([[maybe_unused]] panda::Method *m, [[maybe_unused]]… in SkoalaInitRedrawer() 43 [[maybe_unused]] static long SkoalaPaint1nMake([[maybe_unused]] panda::Method *m) in SkoalaPaint1nMake() 48 …[[maybe_unused]] panda::Method *m, [[maybe_unused]] long ptr /*KNativePointer*/, [[maybe_unused]] … in SkoalaPictureRecorder1nBeginRecording() 54 [[maybe_unused]] panda::Method *m, [[maybe_unused]] long ptr /*KNativePointer*/) in SkoalaPictureRecorder1nFinishRecordingAsDrawable() 59 …[[maybe_unused]] panda::Method *m, [[maybe_unused]] long ptr /*KNativePointer*/, [[maybe_unused]] … in SkoalaPictureRecorder1nFinishRecordingAsPictureWithCull() 64 [[maybe_unused]] static long SkoalaPictureRecorder1nMake([[maybe_unused]] panda::Method *m) in SkoalaPictureRecorder1nMake() 69 [[maybe_unused]] panda::Method *m, [[maybe_unused]] long paragraphStylePtr /*KNativePointer*/, in SkoalaParagraphParagraphBuilder1nMake() 74 …used]] static long SkoalaParagraphParagraphBuilder1nGetFinalizer([[maybe_unused]] panda::Method *m) in SkoalaParagraphParagraphBuilder1nGetFinalizer() [all …]
|
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/ |
D | fmutex.cpp | 20 #define FAIL_WITH_MESSAGE(m) \ argument 23 #define LOG_MESSAGE(l, m) argument 24 #define HELPERS_TO_UNSIGNED(m) m argument 28 #define LOG_MESSAGE(l, m) LOG(l, COMMON) << (m) // NOLINT(cppcoreguidelines-macro-usage) argument 29 #define FAIL_WITH_MESSAGE(m) LOG_MESSAGE(FATAL, m) // NOLINT(cppcoreguidelines-macro-usage) argument 30 #define HELPERS_TO_UNSIGNED(m) helpers::ToUnsigned(m) // NOLINT(cppcoreguidelines-macro-usage) argument 43 static inline void FutexWait(ATOMIC_INT *m, int v) in FutexWait() 75 int *GetStateAddr(struct fmutex *const m) in GetStateAddr() 80 void IncrementWaiters(struct fmutex *m) in IncrementWaiters() 85 void DecrementWaiters(struct fmutex *m) in DecrementWaiters() [all …]
|
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/ |
D | fmutex.cpp | 20 #define FAIL_WITH_MESSAGE(m) ASSERT(0) argument 21 #define LOG_MESSAGE(l, m) argument 22 #define HELPERS_TO_UNSIGNED(m) m argument 27 #define LOG_MESSAGE(l, m) LOG(l, COMMON) << (m) // NOLINT(cppcoreguidelines-macro-usa… argument 28 #define FAIL_WITH_MESSAGE(m) LOG_MESSAGE(FATAL, m) // NOLINT(cppcoreguidelines-macro-usa… argument 29 #define HELPERS_TO_UNSIGNED(m) panda::helpers::ToUnsigned(m) // NOLINT(cppcoreguidelines-macro-usa… argument 42 static inline void FutexWait(ATOMIC_INT *m, int v) in FutexWait() 74 int *GetStateAddr(struct fmutex *const m) in GetStateAddr() 79 void IncrementWaiters(struct fmutex *const m) in IncrementWaiters() 84 void DecrementWaiters(struct fmutex *const m) in DecrementWaiters() [all …]
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | instruction_combine.cpp | 305 Int64BinopMatcher m(gate, circuit_); in VisitICMP() local 533 Int32BinopMatcher m(n.Left().Gate(), circuit_); in VisitExtractValue() local 545 Int32BinopMatcher m(n.Left().Gate(), circuit_); in VisitExtractValue() local 557 Int32BinopMatcher m(n.Left().Gate(), circuit_); in VisitExtractValue() local 578 Int64BinopMatcher m(gate, circuit_); in ReduceInt64Add() local 604 Int32BinopMatcher m(gate, circuit_); in ReduceInt32Add() local 646 Int64BinopMatcher m(gate, circuit_); in ReduceInt64Sub() local 669 Int32BinopMatcher m(gate, circuit_); in ReduceInt32Sub() local 692 Int64BinopMatcher m(gate, circuit_); in ReduceInt64Mul() local 732 Int32BinopMatcher m(gate, circuit_); in ReduceInt32Mul() local [all …]
|
D | type.h | 154 uint32_t m = r.GetModuleId(); in IsAnyType() local 162 uint32_t m = r.GetModuleId(); in IsNumberType() local 172 uint32_t m = r.GetModuleId(); in IsIntType() local 180 uint32_t m = r.GetModuleId(); in IsDoubleType() local 188 uint32_t m = r.GetModuleId(); in IsStringType() local 196 uint32_t m = r.GetModuleId(); in IsNullType() local 204 uint32_t m = r.GetModuleId(); in IsUndefinedType() local 212 uint32_t m = r.GetModuleId(); in IsBooleanType() local 220 uint32_t m = r.GetModuleId(); in IsBigIntType() local 238 uint32_t m = r.GetModuleId(); in IsSymbolType() local
|
/arkcompiler/ets_frontend/ets2panda/linter/test_rules/ |
D | rule93.ts | 22 m = foo property in A 32 m(i: number): void { method in A1
|
D | rule21.ts | 23 m(c: this) { method in C 35 m(c: D) { method in D
|
D | rule114.ts | 20 let m = MyNamespace variable
|
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test_rules/ |
D | rule93.ts | 22 m = foo property in A 32 m(i: number): void { method in A1
|
D | rule21.ts | 23 m(c: this) { method in C 35 m(c: D) { method in D
|
D | rule114.ts | 20 let m = MyNamespace variable
|
/arkcompiler/runtime_core/static_core/libpandafile/tests/ |
D | panda_cache_test.cpp | 101 auto *m = new ElementMock(); in GetNewMockElement() local 117 auto *m = GetNewMockElement(i); in RunWriter() local 127 auto *m = GetElement(id); in RunReader() local 157 void SetElement(EntityId id, ElementMock *m) override in SetElement() 181 void SetElement(EntityId id, ElementMock *m) override in SetElement() 205 void SetElement(EntityId id, ElementMock *m) override in SetElement() 252 auto *m = reinterpret_cast<ElementMock *>(cache->GetMethodFromCache(id)); in CleanMethodMocks() local 263 auto *m = reinterpret_cast<ElementMock *>(cache->GetFieldFromCache(newId)); in CleanFieldMocks() local 272 auto *m = reinterpret_cast<ElementMock *>(cache->GetClassFromCache(id)); in CleanClassMocks() local
|
/arkcompiler/ets_runtime/test/moduletest/merge/ |
D | merge.js | 25 var m = new Merge("a") variable
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
D | cg_phasemanager.cpp | 71 void CgFuncPM::GenerateOutPutFile(MIRModule &m) in GenerateOutPutFile() 117 void CgFuncPM::PostOutPut(MIRModule &m) in PostOutPut() 224 void CgFuncPM::SweepUnusedStaticSymbol(MIRModule &m) in SweepUnusedStaticSymbol() 283 bool CgFuncPM::PhaseRun(MIRModule &m) in PhaseRun() 409 void CgFuncPM::CreateCGAndBeCommon(MIRModule &m) in CreateCGAndBeCommon() 468 void CgFuncPM::PrepareLower(MIRModule &m) in PrepareLower() 485 void CgFuncPM::DoFuncCGLower(const MIRModule &m, MIRFunction &mirFunc) in DoFuncCGLower()
|
/arkcompiler/ets_frontend/ets2panda/test/parser/ts/ |
D | test-class-definition.ts | 30 public get m() { return 2 }; method in Foo 31 protected set m(b: number) { }; method in Foo
|
/arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
D | test-class-definition.ts | 30 public get m() { return 2 }; method in Foo 31 protected set m(b: number) { }; method in Foo
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
D | class_hierarchy_phase.cpp | 18 bool M2MKlassHierarchy::PhaseRun(maple::MIRModule &m) in PhaseRun()
|
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases/ |
D | test-builtin-generic-class-type.ts | 17 let m = new Map(); variable
|
D | test-interface.ts | 21 let m : Child = new Member(); variable
|
/arkcompiler/ets_frontend/ets2panda/test/compiler/ts/ |
D | functionCall.ts | 88 var m: number[] = func10({ x: 1, y: "foo" }); variable 89 var m: number[] = func10({ x: "bar", y: 2 }); variable
|
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
D | functionCall.ts | 88 var m: number[] = func10({ x: 1, y: "foo" }); variable 89 var m: number[] = func10({ x: "bar", y: 2 }); variable
|
/arkcompiler/ets_frontend/es2panda/ir/ |
D | validationInfo.h | 26 ValidationInfo(util::StringView m, lexer::SourcePosition p) noexcept : msg(m), pos(p) {} in ValidationInfo()
|
/arkcompiler/ets_frontend/ets2panda/ir/ |
D | validationInfo.h | 26 ValidationInfo(util::StringView m, lexer::SourcePosition p) noexcept : msg(m), pos(p) {} in ValidationInfo()
|
/arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
D | instruction_combine_test.cpp | 167 Int32BinopMatcher m(result, &circuit); in HWTEST_F_L0() local 178 Int32BinopMatcher m(result, &circuit); in HWTEST_F_L0() local 260 Int64BinopMatcher m(result, &circuit); in HWTEST_F_L0() local 273 Int64BinopMatcher m(result, &circuit); in HWTEST_F_L0() local 331 Int32BinopMatcher m(result, &circuit); in HWTEST_F_L0() local 345 Int32BinopMatcher m(result, &circuit); in HWTEST_F_L0() local 403 Int64BinopMatcher m(result, &circuit); in HWTEST_F_L0() local 415 Int64BinopMatcher m(result, &circuit); in HWTEST_F_L0() local 427 Int64BinopMatcher m(result, &circuit); in HWTEST_F_L0() local 441 Int64BinopMatcher m(result, &circuit); in HWTEST_F_L0() local [all …]
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/objectExpression/ |
D | object-spread-element-arguments-check.js | 20 m(b) { method
|