Home
last modified time | relevance | path

Searched refs:constpoolHandle (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h203 JSHandle<ConstantPool> constpoolHandle(thread, constpool); in GetMethodFromCache()
206 EntityId id = constpoolHandle->GetEntityId(index); in GetMethodFromCache()
210 JSHandle<Method> method = factory->NewMethod(jsPandaFile, methodLiteral, constpoolHandle, in GetMethodFromCache()
212 constpoolHandle->SetObjectToCache(thread, index, method.GetTaggedValue()); in GetMethodFromCache()
266 JSHandle<ConstantPool> constpoolHandle(thread, constpool); in GetLiteralFromCache()
277 properties, constpoolHandle, entry, needSetAotFlag, entryIndexes); in GetLiteralFromCache()
300 constpoolHandle, entry, needSetAotFlag, entryIndexes); in GetLiteralFromCache()
314 constpoolHandle->SetObjectToCache(thread, index, val); in GetLiteralFromCache()
348 JSHandle<ConstantPool> constpoolHandle(thread, constpool); in GetStringFromCache()
353 constpoolHandle->SetObjectToCache(thread, index, val); in GetStringFromCache()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.cpp152 JSHandle<ConstantPool> constpoolHandle(tsManager_->GetConstantPool()); in LowerNTypedCreateArrayWithBuffer() local
154 thread, constpoolHandle.GetTaggedValue(), cpIdx, recordName_); in LowerNTypedCreateArrayWithBuffer()
160 …panda_file::File::EntityId id = ConstantPool::GetIdFromCache(constpoolHandle.GetTaggedValue(), cpI… in LowerNTypedCreateArrayWithBuffer()
Dntype_mcr_lowering.cpp106 JSHandle<ConstantPool> constpoolHandle(tsManager_->GetConstantPool()); in LowerCreateArrayWithBuffer() local
108 thread, constpoolHandle.GetTaggedValue(), constPoolIndex, recordName_); in LowerCreateArrayWithBuffer()
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp52 JSHandle<JSTaggedValue> constpoolHandle = in LoadPatchInternal() local
54 patchInfo.baseConstpools.emplace_back(constpoolHandle); in LoadPatchInternal()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp840 JSHandle<ConstantPool> constpoolHandle(tsManager_->GetConstantPool()); in ParseObjectPGOType() local
842 thread_, constpoolHandle.GetTaggedValue(), info.cpIdx, info.recordName); in ParseObjectPGOType()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1105 JSHandle<JSTaggedValue> constpoolHandle(thread, constpool); in CreateClassWithBuffer() local
1108constpoolHandle, methodId, literalId, moduleHandle); in CreateClassWithBuffer()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h837 JSHandle<ConstantPool> constpoolHandle = JSHandle<ConstantPool>::Cast(constpool); in RuntimeCreateClassWithBuffer() local
842 JSTaggedValue val = constpoolHandle->GetObjectFromCache(literalId); in RuntimeCreateClassWithBuffer()
848 …auto literalObj = ConstantPool::GetClassLiteralFromCache(thread, constpoolHandle, literalId, entry… in RuntimeCreateClassWithBuffer()