Home
last modified time | relevance | path

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

12

/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/ets_runtime/ecmascript/compiler/
Dtype.h134 uint32_t m = r.GetModuleId(); in IsAnyType() local
142 uint32_t m = r.GetModuleId(); in IsNumberType() local
152 uint32_t m = r.GetModuleId(); in IsIntType() local
160 uint32_t m = r.GetModuleId(); in IsDoubleType() local
168 uint32_t m = r.GetModuleId(); in IsStringType() local
176 uint32_t m = r.GetModuleId(); in IsNullType() local
184 uint32_t m = r.GetModuleId(); in IsUndefinedType() local
192 uint32_t m = r.GetModuleId(); in IsBooleanType() local
200 uint32_t m = r.GetModuleId(); in IsBigIntType() local
Dfile_generators.h204 for (auto m : modulePackage_) { in RunLLVMAssembler() local
211 for (auto m : modulePackage_) { in DisassembleEachFunc() local
218 for (auto m : modulePackage_) { in DestoryModule() local
Dgate.cpp690 uint32_t m = r.GetModuleId(); in GateTypeStr() local
/arkcompiler/runtime_core/libpandafile/tests/
Dpanda_cache_test.cpp95 auto *m = new ElementMock(); in GetNewMockElement() local
111 auto *m = GetNewMockElement(i); in runWriter() local
121 auto *m = GetElement(id); in RunReader() local
150 void SetElement(EntityId id, ElementMock *m) override in SetElement()
174 void SetElement(EntityId id, ElementMock *m) override in SetElement()
198 void SetElement(EntityId id, ElementMock *m) override in SetElement()
245 auto *m = reinterpret_cast<ElementMock *>(cache->GetMethodFromCache(id)); in CleanMethodMocks() local
256 auto *m = reinterpret_cast<ElementMock *>(cache->GetFieldFromCache(new_id)); in CleanFieldMocks() local
265 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_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
Dtest-function-with-type-assertion.ts17 class Derived1 extends Base { private m; } property in Derived1
Dtest-type-annotation.ts32 var m: string[][]; 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
DvarRedeclaration.ts94 var m: [a: number, b: string, c: boolean]; variable
95 var m: [number, string, boolean]; variable
/arkcompiler/ets_frontend/es2panda/ir/
DvalidationInfo.h26 ValidationInfo(util::StringView m, lexer::SourcePosition p) noexcept : msg(m), pos(p) {} in ValidationInfo()
/arkcompiler/runtime_core/verification/util/
Dcallable.h51 method_type m; member
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_builder.cpp68 size_t m = stackmaps.size(); in SaveArkStackMap() local
89 size_t m = callsite2Deopt.size(); in SaveArkDeopt() local
/arkcompiler/ets_runtime/ecmascript/
Djs_date.cpp73 int64_t m = a % b; in FloorDiv() local
127 int64_t m = a % b; in Mod() local
154 int64_t m = static_cast<int64_t>(monthInteger) % MOUTH_PER_YEAR; in MakeDay() local
910 int64_t m = DateUtils::Mod(month, MONTH_PER_YEAR); in SetDateValues() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h365 uint32_t m = gt.GetModuleId(); in IsUserDefinedClassTypeKind() local
474 uint32_t m = gt.GetModuleId(); in IsTSIterator() local
481 uint32_t m = gt.GetModuleId(); in IsTSIteratorResult() local
Dts_manager.cpp663 uint32_t m = classGT.GetModuleId(); in IsBuiltinArrayType() local
686 uint32_t m = classGT.GetModuleId(); in IsTypedArrayType() local
705 uint32_t m = classGT.GetModuleId(); in IsFloat32ArrayType() local
/arkcompiler/runtime_core/runtime/
Dcompiler.cpp340 …imeInterface::FieldPtr PandaRuntimeInterface::ResolveField(PandaRuntimeInterface::MethodPtr m, siz… in ResolveField()
385 panda::pandasm::LiteralArray PandaRuntimeInterface::GetLiteralArray(MethodPtr m, LiteralArrayId id)… in GetLiteralArray()
633 InlineCachesWrapper::CallKind InlineCachesWrapper::GetClasses(PandaRuntimeInterface::MethodPtr m, u… in GetClasses()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp1590 auto m = ArchMem(mem).Prepare(GetMasm()); in EncodeLdr() local
1627 auto m = ArchMem(mem).Prepare(GetMasm()); in EncodeStr() local
1685 auto m = ArchMem(mem).Prepare(GetMasm()); in EncodeSti() local
1900 auto m = ArchMem(mem).Prepare(GetMasm()); in EncodeLdp() local
1937 auto m = ArchMem(mem).Prepare(GetMasm()); in EncodeStp() local
2344 auto m = ArchMem(mem).Prepare(GetMasm()); in EncodeStackOverflowCheck() local
/arkcompiler/runtime_core/verification/config/options/
Dmethod_options.h300 for (const auto &m : msg_classes) { in ImageMessages() local
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.cpp25 RegExpError::RegExpError(std::string_view m) : message(m) {} in RegExpError()
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeRecorder.cpp95 const auto &m = context_->Binder()->AnonymousFunctionNames(); in GetAnonymousFunctionNames() local
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp225 uint32_t m = multiplier * static_cast<uint32_t>(radix); in StringToDoubleWithRadix() local
/arkcompiler/runtime_core/runtime/tests/
Dinterpreter_test.cpp1220 [&]([[maybe_unused]] ManagedThread *t, Method *m, Value *args) -> Value { in TEST_F()
1316 [&]([[maybe_unused]] ManagedThread *t, Method *m, Value *args) -> Value { in TEST_F()
1423 [&]([[maybe_unused]] ManagedThread *t, Method *m, Value *args) -> Value { in TEST_F()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp918 GateRef m = GetDoubleOfTNumber(month); in DECLARE_BUILTINS() local

12