Searched defs:m (Results 1 – 8 of 8) sorted by relevance
/ark/runtime_core/libpandafile/tests/ |
D | panda_cache_test.cpp | 93 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() 173 void SetElement(EntityId id, ElementMock *m) override in SetElement() 196 void SetElement(EntityId id, ElementMock *m) override in SetElement() 243 auto *m = reinterpret_cast<ElementMock *>(cache->GetMethodFromCache(id)); in cleanMethodMocks() local 253 auto *m = reinterpret_cast<ElementMock *>(cache->GetFieldFromCache(new_id)); in cleanFieldMocks() local 262 auto *m = reinterpret_cast<ElementMock *>(cache->GetClassFromCache(id)); in cleanClassMocks() local
|
/ark/runtime_core/verification/util/ |
D | callable.h | 51 method_type m; member
|
/ark/js_runtime/ecmascript/ |
D | js_date.cpp | 66 int64_t m = a % b; in FloorDiv() local 107 int64_t m = a % b; in Mod() local 134 int64_t m = static_cast<int64_t>(monthInteger) % MOUTH_PER_YEAR; in MakeDay() local
|
/ark/runtime_core/verification/debug/options/ |
D | method_options.h | 301 for (const auto &m : msg_classes) { in ImageMessages() local
|
/ark/js_runtime/ecmascript/base/ |
D | number_helper.cpp | 224 uint32_t m = multiplier * radix; in StringToDoubleWithRadix() local
|
/ark/runtime_core/runtime/ |
D | class_linker.cpp | 1154 auto pred = [id](const Method &m) { return m.GetFileId() == id; }; in GetMethod() 1176 …auto pred = [name, &proto](const Method &m) { return m.GetName() == name && m.GetProto() == proto;… in GetMethod()
|
/ark/runtime_core/disassembler/ |
D | disassembler.cpp | 126 for (const auto &m : prog_.function_table) { in Serialize() local
|
/ark/runtime_core/runtime/tests/ |
D | interpreter_test.cpp | 2224 [&]([[maybe_unused]] ManagedThread *t, Method *m, Value *args) -> Value { in TEST_F() 2319 [&]([[maybe_unused]] ManagedThread *t, Method *m, Value *args) -> Value { in TEST_F() 2425 [&]([[maybe_unused]] ManagedThread *t, Method *m, Value *args) -> Value { in TEST_F()
|