Home
last modified time | relevance | path

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

/ark/runtime_core/libpandafile/tests/
Dpanda_cache_test.cpp93 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/
Dcallable.h51 method_type m; member
/ark/js_runtime/ecmascript/
Djs_date.cpp66 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/
Dmethod_options.h301 for (const auto &m : msg_classes) { in ImageMessages() local
/ark/js_runtime/ecmascript/base/
Dnumber_helper.cpp224 uint32_t m = multiplier * radix; in StringToDoubleWithRadix() local
/ark/runtime_core/runtime/
Dclass_linker.cpp1154 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/
Ddisassembler.cpp126 for (const auto &m : prog_.function_table) { in Serialize() local
/ark/runtime_core/runtime/tests/
Dinterpreter_test.cpp2224 [&]([[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()