Searched refs:constantPool (Results 1 – 3 of 3) sorted by relevance
124 JSHandle<ConstantPool> constantPool(GetConstantPool()); in RecordElmToVecAndIndexMap() local128 uint32_t index = constantPool->GetCacheLength() + elmVec.size() - 1; in RecordElmToVecAndIndexMap()188 JSHandle<ConstantPool> constantPool(GetConstantPool()); in RecordIhcToVecAndIndexMap() local192 uint32_t index = constantPool->GetCacheLength() + hcVec.size() - 1; in RecordIhcToVecAndIndexMap()202 JSHandle<ConstantPool> constantPool(GetConstantPool()); in GetValueFromCache() local204 return JSTaggedValue(valVec[index - constantPool->GetCacheLength()]); in GetValueFromCache()570 JSHandle<ConstantPool> constantPool(GetConstantPool()); in GetMethodIndex() local571 return constantPool->GetMethodIndexByEntityId(panda_file::File::EntityId(methodOffset)); in GetMethodIndex()1519 JSHandle<ConstantPool> constantPool(GetConstantPool()); in GetStringFromConstantPool() local1520 return ConstantPool::GetStringFromCache(thread_, constantPool.GetTaggedValue(), stringId); in GetStringFromConstantPool()
802 JSHandle<ConstantPool> constantPool = factory->NewConstantPool(4); in HWTEST_F_L0() local803 DUMP_FOR_HANDLE(constantPool) in HWTEST_F_L0()
5119 JSTaggedValue constantPool = state->constpool; in HandleStconsttoglobalrecordImm16Id16() local5120 JSTaggedValue propKey = ConstantPool::Cast(constantPool.GetTaggedObject()) in HandleStconsttoglobalrecordImm16Id16()7413 JSTaggedValue constantPool = state->constpool; in HandleCreatearraywithbufferImm16Id16() local7414 JSArray *result = JSArray::Cast(ConstantPool::Cast(constantPool.GetTaggedObject()) in HandleCreatearraywithbufferImm16Id16()