Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 106) sorted by relevance

12345

/arkcompiler/runtime_core/static_core/plugins/ets/tests/common/bouncing_peas/
Dbouncing_peas_unit.cpp25 [[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/
Dfmutex.cpp20 #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/
Dfmutex.cpp20 #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/
Dinstruction_combine.cpp305 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 …]
Dtype.h154 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/
Drule93.ts22 m = foo property in A
32 m(i: number): void { method in A1
Drule21.ts23 m(c: this) { method in C
35 m(c: D) { method in D
Drule114.ts20 let m = MyNamespace variable
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test_rules/
Drule93.ts22 m = foo property in A
32 m(i: number): void { method in A1
Drule21.ts23 m(c: this) { method in C
35 m(c: D) { method in D
Drule114.ts20 let m = MyNamespace variable
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dpanda_cache_test.cpp101 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/
Dmerge.js25 var m = new Merge("a") variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_phasemanager.cpp71 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/
Dtest-class-definition.ts30 public get m() { return 2 }; method in Foo
31 protected set m(b: number) { }; method in Foo
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-class-definition.ts30 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/
Dclass_hierarchy_phase.cpp18 bool M2MKlassHierarchy::PhaseRun(maple::MIRModule &m) in PhaseRun()
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases/
Dtest-builtin-generic-class-type.ts17 let m = new Map(); variable
Dtest-interface.ts21 let m : Child = new Member(); variable
/arkcompiler/ets_frontend/ets2panda/test/compiler/ts/
DfunctionCall.ts88 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/
DfunctionCall.ts88 var m: number[] = func10({ x: 1, y: "foo" }); variable
89 var m: number[] = func10({ x: "bar", y: 2 }); variable
/arkcompiler/ets_frontend/es2panda/ir/
DvalidationInfo.h26 ValidationInfo(util::StringView m, lexer::SourcePosition p) noexcept : msg(m), pos(p) {} in ValidationInfo()
/arkcompiler/ets_frontend/ets2panda/ir/
DvalidationInfo.h26 ValidationInfo(util::StringView m, lexer::SourcePosition p) noexcept : msg(m), pos(p) {} in ValidationInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dinstruction_combine_test.cpp167 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/
Dobject-spread-element-arguments-check.js20 m(b) { method

12345