Searched refs:indexOffset (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | ntype_hcr_lowering.cpp | 315 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 D | slowpath_lowering.h | 313 GateRef GetValueFromTaggedArray(GateRef arrayGate, GateRef indexOffset);
|
H A D | profiler_stub_builder.cpp | 812 auto indexOffset = PtrMul(ZExtInt32ToPtr(index), IntPtr(JSTaggedValue::TaggedTypeSize())); in GetBitFieldOffsetFromProfileTypeInfo() local 813 return PtrAdd(indexOffset, IntPtr(TaggedArray::DATA_OFFSET)); in GetBitFieldOffsetFromProfileTypeInfo()
|
H A D | slowpath_lowering.cpp | 2953 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 D | stub_builder.cpp | 10256 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 D | aot_file_manager.cpp | 530 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 D | llvm_ir_constructor.cpp | 3377 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 D | cocos_worker_test.js | [all...] |
Completed in 76 milliseconds