Home
last modified time | relevance | path

Searched refs:unshareIdx (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder.cpp585 GateRef unshareIdx = GetUnsharedConstpoolIndex(constpool); in GetUnsharedConstpoolFromGlue() local
588 return GetUnsharedConstpool(unshareCpAddr, unshareIdx); in GetUnsharedConstpoolFromGlue()
594 GateRef unshareIdx = Int32Sub(constPoolSize, Int32(ConstantPool::UNSHARED_CONSTPOOL_INDEX)); in GetUnsharedConstpoolIndex() local
595 return GetValueFromTaggedArray(constpool, unshareIdx); in GetUnsharedConstpoolIndex()
H A Dstub_builder-inl.h2342 GateRef unshareIdx = Int32Sub(constPoolSize, Int32(ConstantPool::UNSHARED_CONSTPOOL_INDEX)); in GetUnsharedConstpoolIndex() local
2343 return GetValueFromTaggedArray(constpool, unshareIdx); in GetUnsharedConstpoolIndex()
H A Dslowpath_lowering.cpp3895 GateRef unshareIdx = builder_.Int32Sub(constPoolSize, builder_.Int32(ConstantPool::UNSHARED_CONSTPOOL_INDEX)); in LowerGetUnsharedConstPool() local
3897 builder_.PtrMul(builder_.ZExtInt32ToPtr(unshareIdx), builder_.IntPtr(JSTaggedValue::TaggedTypeSize())); in LowerGetUnsharedConstPool()

Completed in 20 milliseconds