Home
last modified time | relevance | path

Searched defs:boxedVal (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Value.cpp59 auto *boxedVal = EtsBoxPrimitive<T>::Create(coroutine, val); in SetFieldValue() local
132 auto *boxedVal = EtsBoxPrimitive<T>::Create(coroutine, val); in SetFieldByNameValue() local
346 auto *boxedVal = EtsBoxPrimitive<T>::Create(coroutine, val); in SetElement() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani_interaction_api.cpp1120 EtsBoxPrimitive<T> *boxedVal = nullptr; in GetArrayRegion() local
5244 EtsBoxPrimitive<ValueType> *boxedVal = EtsBoxPrimitive<ValueType>::FromCoreType(resultField); in TupleValueGetItem() local