Searched refs:constpoolHandle (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | program_object.h | 203 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/ |
D | ntype_hcr_lowering.cpp | 152 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()
|
D | ntype_mcr_lowering.cpp | 106 JSHandle<ConstantPool> constpoolHandle(tsManager_->GetConstantPool()); in LowerCreateArrayWithBuffer() local 108 thread, constpoolHandle.GetTaggedValue(), constPoolIndex, recordName_); in LowerCreateArrayWithBuffer()
|
/arkcompiler/ets_runtime/ecmascript/patch/ |
D | patch_loader.cpp | 52 JSHandle<JSTaggedValue> constpoolHandle = in LoadPatchInternal() local 54 patchInfo.baseConstpools.emplace_back(constpoolHandle); in LoadPatchInternal()
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | ts_type_parser.cpp | 840 JSHandle<ConstantPool> constpoolHandle(tsManager_->GetConstantPool()); in ParseObjectPGOType() local 842 thread_, constpoolHandle.GetTaggedValue(), info.cpIdx, info.recordName); in ParseObjectPGOType()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | slow_runtime_stub.cpp | 1105 JSHandle<JSTaggedValue> constpoolHandle(thread, constpool); in CreateClassWithBuffer() local 1108 … constpoolHandle, methodId, literalId, moduleHandle); in CreateClassWithBuffer()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 837 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()
|