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 | 290 auto bufferIndex = GetBufferIndex(pushIndex); in Push() local 335 auto bufferIndex = GetBufferIndex(popIndex); in Pop() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_dataview.cpp | 399 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/ |
| D | builtins_dataview_stub_builder.cpp | 78 GateRef bufferIndex = Int32Add(index, offset); in SetTypedValue() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | interop_context.cpp | 82 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 | 1367 GateRef bufferIndex = builder_.Int32Add(requestIndex, offset); in LowerDataViewProtoFunc() local 1439 GateRef TypedNativeInlineLowering::GetValueFromBuffer(GateRef bufferIndex, in GetValueFromBuffer() 1634 …GateRef bufferIndex, GateRef value, GateRef dataPointer, GateRef isLittleEndian, GateRef ID, GateR… in SetValueInBuffer()
|