Home
last modified time | relevance | path

Searched refs:constantPool (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp124 JSHandle<ConstantPool> constantPool(GetConstantPool()); in RecordElmToVecAndIndexMap() local
128 uint32_t index = constantPool->GetCacheLength() + elmVec.size() - 1; in RecordElmToVecAndIndexMap()
188 JSHandle<ConstantPool> constantPool(GetConstantPool()); in RecordIhcToVecAndIndexMap() local
192 uint32_t index = constantPool->GetCacheLength() + hcVec.size() - 1; in RecordIhcToVecAndIndexMap()
202 JSHandle<ConstantPool> constantPool(GetConstantPool()); in GetValueFromCache() local
204 return JSTaggedValue(valVec[index - constantPool->GetCacheLength()]); in GetValueFromCache()
570 JSHandle<ConstantPool> constantPool(GetConstantPool()); in GetMethodIndex() local
571 return constantPool->GetMethodIndexByEntityId(panda_file::File::EntityId(methodOffset)); in GetMethodIndex()
1519 JSHandle<ConstantPool> constantPool(GetConstantPool()); in GetStringFromConstantPool() local
1520 return ConstantPool::GetStringFromCache(thread_, constantPool.GetTaggedValue(), stringId); in GetStringFromConstantPool()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp802 JSHandle<ConstantPool> constantPool = factory->NewConstantPool(4); in HWTEST_F_L0() local
803 DUMP_FOR_HANDLE(constantPool) in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp5119 JSTaggedValue constantPool = state->constpool; in HandleStconsttoglobalrecordImm16Id16() local
5120 JSTaggedValue propKey = ConstantPool::Cast(constantPool.GetTaggedObject()) in HandleStconsttoglobalrecordImm16Id16()
7413 JSTaggedValue constantPool = state->constpool; in HandleCreatearraywithbufferImm16Id16() local
7414 JSArray *result = JSArray::Cast(ConstantPool::Cast(constantPool.GetTaggedObject()) in HandleCreatearraywithbufferImm16Id16()