Home
last modified time | relevance | path

Searched refs:AOT_HCLASS_INFO_INDEX (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dprogram_object.h92 static constexpr size_t AOT_HCLASS_INFO_INDEX = 5; member in panda::ecmascript::ConstantPool
431 Set(thread, (GetLength() - AOT_HCLASS_INFO_INDEX), info); in SetAotHClassInfo()
704 return JSTaggedValue::TaggedTypeSize() * (GetLength() - AOT_HCLASS_INFO_INDEX); in GetAotHClassInfoOffset()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_lowering.cpp179 GateRef valVecIndex = builder_.Int32Sub(constPoolSize, builder_.Int32(ConstantPool::AOT_HCLASS_INFO_INDEX)); in LowerLoadHClassFromConstpool()

Completed in 5 milliseconds