Home
last modified time | relevance | path

Searched defs:bufferIndex (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_dataview.cpp399 uint32_t bufferIndex = index + offset; in GetViewValue() local
464 uint32_t bufferIndex = static_cast<uint32_t>(index) + offset; in SetViewValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_dataview_stub_builder.cpp78 GateRef bufferIndex = Int32Add(index, offset); in SetTypedValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_native_inline_lowering.cpp1373 GateRef bufferIndex = builder_.Int32Add(requestIndex, offset); in LowerDataViewProtoFunc() local
1445 GateRef TypedNativeInlineLowering::GetValueFromBuffer(GateRef bufferIndex, in GetValueFromBuffer() argument
1639 SetValueInBuffer( GateRef bufferIndex, GateRef value, GateRef dataPointer, GateRef isLittleEndian, GateRef ID, GateRef glue) SetValueInBuffer() argument
[all...]

Completed in 7 milliseconds