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.h290 auto bufferIndex = GetBufferIndex(pushIndex); in Push() local
335 auto bufferIndex = GetBufferIndex(popIndex); in Pop() local
/arkcompiler/ets_runtime/ecmascript/builtins/
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/
Dbuiltins_dataview_stub_builder.cpp78 GateRef bufferIndex = Int32Add(index, offset); in SetTypedValue() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_context.cpp82 for (uint32_t j = 0, bufferIndex = startFrom; j < count; j++, bufferIndex++) { in LoadDynamicCallClass() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_native_inline_lowering.cpp1367 GateRef bufferIndex = builder_.Int32Add(requestIndex, offset); in LowerDataViewProtoFunc() local
1439 GateRef TypedNativeInlineLowering::GetValueFromBuffer(GateRef bufferIndex, in GetValueFromBuffer()
1634GateRef bufferIndex, GateRef value, GateRef dataPointer, GateRef isLittleEndian, GateRef ID, GateR… in SetValueInBuffer()