Home
last modified time | relevance | path

Searched defs:indexOffset (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.cpp327 GateRef indexOffset = builder_.Int32Mul(index, builder_.Int32(JSTaggedValue::TaggedTypeSize())); in LowerStoreModuleVar() local
349 … GateRef indexOffset = builder_.Int32Mul(index, builder_.Int32(JSTaggedValue::TaggedTypeSize())); in LowerLdLocalModuleVar() local
Dprofiler_stub_builder.cpp805 auto indexOffset = PtrMul(ZExtInt32ToPtr(index), IntPtr(JSTaggedValue::TaggedTypeSize())); in GetBitFieldOffsetFromProfileTypeInfo() local
Dslowpath_lowering.cpp3198 GateRef SlowPathLowering::GetValueFromTaggedArray(GateRef arrayGate, GateRef indexOffset) in GetValueFromTaggedArray()
3211 auto indexOffset = builder_.Int32(index); in LowerStoreRegister() local
Dstub_builder-inl.h4521 GateRef indexOffset = IntPtr(ResolvedIndexBinding::INDEX_OFFSET); in GetIdxOfResolvedIndexBinding() local
4540 GateRef indexOffset = IntPtr(ResolvedRecordIndexBinding::INDEX_OFFSET); in GetIdxOfResolvedRecordIndexBinding() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp595 … auto indexOffset = SnapshotGlobalData::Cast(SnapshotGlobalData::CP_PANDA_INFO_ITEM::INDEX_ID); in ParseDeserializedData() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp3681 auto indexOffset = ctor->builder_.CreateBinOp(llvm::Instruction::Shl, index, in VisitStoreArray() local