Searched defs:bufferIndex (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/ |
| D | sp_mc_lock_free_queue.h | 294 auto bufferIndex = GetBufferIndex(pushIndex); in Push() local 339 auto bufferIndex = GetBufferIndex(popIndex); in Pop() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_dataview.cpp | 393 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/ |
| D | builtins_dataview_stub_builder.cpp | 77 GateRef bufferIndex = TruncInt64ToInt32(Int64Add(indexInt64, offset)); in SetTypedValue() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | interop_context.cpp | 186 for (uint32_t j = 0, bufferIndex = startFrom; j < count; j++, bufferIndex++) { in LoadDynamicCallClass() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_native_inline_lowering.cpp | 1353 GateRef bufferIndex = builder_.Int32Add(requestIndex, offset); in LowerDataViewProtoFunc() local 1430 GateRef TypedNativeInlineLowering::GetValueFromBuffer(GateRef bufferIndex, in GetValueFromBuffer() 1623 …GateRef bufferIndex, GateRef value, GateRef dataPointer, GateRef isLittleEndian, GateRef ID, GateR… in SetValueInBuffer()
|