Home
last modified time | relevance | path

Searched refs:UNSHARED_CONSTPOOL_INDEX (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dprogram_object.cpp211 if (i == (aiCPLength - ConstantPool::UNSHARED_CONSTPOOL_INDEX) || in UpdateConstpoolWhenDeserialAI()
H A Dprogram_object.h93 static constexpr size_t UNSHARED_CONSTPOOL_INDEX = 6; member in panda::ecmascript::ConstantPool
709 return JSTaggedValue::TaggedTypeSize() * (GetLength() - UNSHARED_CONSTPOOL_INDEX); in GetUnsharedConstpoolIndexOffset()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder.cpp594 GateRef unshareIdx = Int32Sub(constPoolSize, Int32(ConstantPool::UNSHARED_CONSTPOOL_INDEX)); in GetUnsharedConstpoolIndex()
H A Dstub_builder-inl.h2342 GateRef unshareIdx = Int32Sub(constPoolSize, Int32(ConstantPool::UNSHARED_CONSTPOOL_INDEX)); in GetUnsharedConstpoolIndex()
H A Dslowpath_lowering.cpp3895 GateRef unshareIdx = builder_.Int32Sub(constPoolSize, builder_.Int32(ConstantPool::UNSHARED_CONSTPOOL_INDEX)); in LowerGetUnsharedConstPool()

Completed in 23 milliseconds