Home
last modified time | relevance | path

Searched refs:GET_VALUE (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h304 return JSTaggedValue(GET_VALUE(this, offset)); in GetPropertyInlinedProps()
Decma_macros.h49 #define GET_VALUE(addr, offset) Barriers::GetValue<JSTaggedType>((addr), (offset)) macro
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h354 …return JSTaggedValue(GET_VALUE(receiver, static_cast<size_t>(index) * JSTaggedValue::TaggedTypeSiz… in LoadFromField()