| /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/ets_runtime/ecmascript/compiler/ |
| D | type.h | 134 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
|
| D | file_generators.h | 204 for (auto m : modulePackage_) { in RunLLVMAssembler() local 211 for (auto m : modulePackage_) { in DisassembleEachFunc() local 218 for (auto m : modulePackage_) { in DestoryModule() local
|
| D | gate.cpp | 690 uint32_t m = r.GetModuleId(); in GateTypeStr() local
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | panda_cache_test.cpp | 95 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/ |
| D | merge.js | 25 var m = new Merge("a") variable
|
| /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
|
| D | test-function-with-type-assertion.ts | 17 class Derived1 extends Base { private m; } property in Derived1
|
| D | test-type-annotation.ts | 32 var m: string[][]; 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
|
| D | varRedeclaration.ts | 94 var m: [a: number, b: string, c: boolean]; variable 95 var m: [number, string, boolean]; 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/runtime_core/verification/util/ |
| D | callable.h | 51 method_type m; member
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/ |
| D | ark_stackmap_builder.cpp | 68 size_t m = stackmaps.size(); in SaveArkStackMap() local 89 size_t m = callsite2Deopt.size(); in SaveArkDeopt() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_date.cpp | 73 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/ |
| D | ts_manager.h | 365 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
|
| D | ts_manager.cpp | 663 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/ |
| D | compiler.cpp | 340 …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/ |
| D | encode.cpp | 1590 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/ |
| D | method_options.h | 300 for (const auto &m : msg_classes) { in ImageMessages() local
|
| /arkcompiler/ets_frontend/es2panda/lexer/regexp/ |
| D | regexp.cpp | 25 RegExpError::RegExpError(std::string_view m) : message(m) {} in RegExpError()
|
| /arkcompiler/ets_frontend/es2panda/typescript/extractor/ |
| D | typeRecorder.cpp | 95 const auto &m = context_->Binder()->AnonymousFunctionNames(); in GetAnonymousFunctionNames() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | number_helper.cpp | 225 uint32_t m = multiplier * static_cast<uint32_t>(radix); in StringToDoubleWithRadix() local
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | interpreter_test.cpp | 1220 [&]([[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/ |
| D | builtins_stubs.cpp | 918 GateRef m = GetDoubleOfTNumber(month); in DECLARE_BUILTINS() local
|