Home
last modified time | relevance | path

Searched defs:mUint (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/
Dinterpreter-inl.h152 auto mUint = reinterpret_cast<uint64_t>(method); in LookupGetterByName() local
183 auto mUint = reinterpret_cast<uint64_t>(method); in LookupSetterByName() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_entrypoints.cpp181 auto mUint = reinterpret_cast<uint64_t>(method); in LookupGetterByNameEntrypoint() local
196 auto mUint = reinterpret_cast<uint64_t>(method); in LookupSetterByNameEntrypoint() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dcompiler_intrinsics.cpp88 auto mUint = reinterpret_cast<uint64_t>(callee); in TryGetCallee() local