Home
last modified time | relevance | path

Searched defs:bufferIndex (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
Dsp_mc_lock_free_queue.h294 auto bufferIndex = GetBufferIndex(pushIndex); in Push() local
339 auto bufferIndex = GetBufferIndex(popIndex); in Pop() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_dataview.cpp393 uint32_t bufferIndex = static_cast<uint32_t>(index + offset); in GetViewValue() local
459 uint32_t bufferIndex = static_cast<uint32_t>(index + offset); in SetViewValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_dataview_stub_builder.cpp77 GateRef bufferIndex = TruncInt64ToInt32(Int64Add(indexInt64, offset)); in SetTypedValue() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_context.cpp186 for (uint32_t j = 0, bufferIndex = startFrom; j < count; j++, bufferIndex++) { in LoadDynamicCallClass() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_native_inline_lowering.cpp1353 GateRef bufferIndex = builder_.Int32Add(requestIndex, offset); in LowerDataViewProtoFunc() local
1430 GateRef TypedNativeInlineLowering::GetValueFromBuffer(GateRef bufferIndex, in GetValueFromBuffer()
1623GateRef bufferIndex, GateRef value, GateRef dataPointer, GateRef isLittleEndian, GateRef ID, GateR… in SetValueInBuffer()