Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dntype_hcr_lowering.cpp315 GateRef indexOffset = builder_.Int32Mul(index, builder_.Int32(JSTaggedValue::TaggedTypeSize())); in LowerStoreModuleVar() local
337 GateRef indexOffset = builder_.Int32Mul(index, builder_.Int32(JSTaggedValue::TaggedTypeSize())); in LowerLdLocalModuleVar() local
H A Dprofiler_stub_builder.cpp812 auto indexOffset = PtrMul(ZExtInt32ToPtr(index), IntPtr(JSTaggedValue::TaggedTypeSize())); in GetBitFieldOffsetFromProfileTypeInfo() local
H A Dslowpath_lowering.cpp2953 GateRef SlowPathLowering::GetValueFromTaggedArray(GateRef arrayGate, GateRef indexOffset) in GetValueFromTaggedArray() argument
2966 auto indexOffset = builder_.Int32(index); in LowerStoreRegister() local
H A Dstub_builder.cpp10256 GateRef indexOffset = Int32Mul(ZExtInt8ToInt32(index), Int32(JSTaggedValue::TaggedTypeSize())); in Loadlocalmodulevar() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_manager.cpp530 auto indexOffset = SnapshotGlobalData::Cast(SnapshotGlobalData::CP_PANDA_INFO_ITEM::INDEX_ID); in ParseDeserializedData() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp3377 auto indexOffset = ctor->builder_.CreateBinOp(llvm::Instruction::Shl, index, in VisitStoreArray() local

Completed in 39 milliseconds