Home
last modified time | relevance | path

Searched refs:indexOffset (Results 1 - 8 of 8) 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
316 GateRef offset = builder_.Int32Add(indexOffset, dataOffset); in LowerStoreModuleVar()
337 GateRef indexOffset = builder_.Int32Mul(index, builder_.Int32(JSTaggedValue::TaggedTypeSize())); in LowerLdLocalModuleVar() local
338 GateRef offset = builder_.Int32Add(indexOffset, dataOffset); in LowerLdLocalModuleVar()
H A Dslowpath_lowering.h313 GateRef GetValueFromTaggedArray(GateRef arrayGate, GateRef indexOffset);
H A Dprofiler_stub_builder.cpp812 auto indexOffset = PtrMul(ZExtInt32ToPtr(index), IntPtr(JSTaggedValue::TaggedTypeSize())); in GetBitFieldOffsetFromProfileTypeInfo() local
813 return PtrAdd(indexOffset, IntPtr(TaggedArray::DATA_OFFSET)); in GetBitFieldOffsetFromProfileTypeInfo()
H A Dslowpath_lowering.cpp2953 GateRef SlowPathLowering::GetValueFromTaggedArray(GateRef arrayGate, GateRef indexOffset) in GetValueFromTaggedArray() argument
2955 GateRef offset = builder_.PtrMul(builder_.ZExtInt32ToPtr(indexOffset), in GetValueFromTaggedArray()
2966 auto indexOffset = builder_.Int32(index); in LowerStoreRegister() local
2967 GateRef value = GetValueFromTaggedArray(arrayGate, indexOffset); in LowerStoreRegister()
H A Dstub_builder.cpp10256 GateRef indexOffset = Int32Mul(ZExtInt8ToInt32(index), Int32(JSTaggedValue::TaggedTypeSize())); in Loadlocalmodulevar() local
10257 GateRef offset = Int32Add(indexOffset, dataOffset); in Loadlocalmodulevar()
/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
533 uint32_t fileIndex = static_cast<uint32_t>(fileInfo->Get(indexOffset).GetInt()); in ParseDeserializedData()
/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
3379 auto offset = ctor->builder_.CreateBinOp(llvm::Instruction::Add, indexOffset, ctor->builder_.getInt32(dataOff)); in VisitStoreArray()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 76 milliseconds