Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_sharedarraybuffer.cpp87 JSTaggedValue dataSlot = buffer->GetArrayBufferData(); in IsShared() local
89 if (dataSlot.IsNull()) { in IsShared()
Dbuiltins_arraybuffer.cpp266 JSTaggedValue dataSlot = buffer->GetArrayBufferData(); in IsDetachedBuffer() local
269 return dataSlot.IsNull(); in IsDetachedBuffer()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.cpp40 GateRef dataSlot = GetArrayBufferData(buffer); in IsDetachedBuffer() local
41 Branch(TaggedIsNull(dataSlot), &isNull, &exit); in IsDetachedBuffer()