Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Darray-inl.h261 …constexpr bool IS_REF = std::is_pointer_v<T> && std::is_base_of_v<ObjectHeader, std::remove_pointe… in GetElementSize() local
276 …constexpr bool IS_REF = std::is_pointer_v<T> && std::is_base_of_v<ObjectHeader, std::remove_pointe… in Set() local
295 …constexpr bool IS_REF = std::is_pointer_v<T> && std::is_base_of_v<ObjectHeader, std::remove_pointe… in Get() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani_interaction_api.cpp1721 static constexpr auto IS_REF = std::is_same_v<T, ani_ref>; in SetVariableValue() local
2885 static constexpr auto IS_REF = std::is_same_v<R, ani_ref>; in DoGetFieldByName() local
3087 static constexpr auto IS_REF = std::is_same_v<R, ani_ref>; in DoGetPropertyByName() local
3255 static constexpr auto IS_REF = std::is_same_v<R, ani_ref>; in DoSetPropertyByName() local
4773 static constexpr auto IS_REF = std::is_same_v<R, ani_ref>; in DoVariableGetValue() local