Searched refs:constpoolHandle (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | program_object.h | 458 JSHandle<ConstantPool> constpoolHandle(thread, constpool); in CASSetObjectToCache() 468 constpoolHandle->SetObjectToCache(thread, index, value); in CASSetObjectToCache() 515 JSHandle<ConstantPool> constpoolHandle(thread, constpool); in GetMethodFromCache() 518 EntityId id = constpoolHandle->GetEntityId(index); in GetMethodFromCache() 524 jsPandaFile, methodLiteral, constpoolHandle, entryIndex, isLoadedAOT && hasEntryIndex); in GetMethodFromCache() 526 CASSetObjectToCache(thread, constpoolHandle.GetTaggedValue(), index, method.GetTaggedValue()); in GetMethodFromCache() 562 JSHandle<ConstantPool> constpoolHandle(thread, constpool); in GetLiteralFromCache() 573 properties, constpoolHandle, entry, needSetAotFlag, entryIndexes); in GetLiteralFromCache() 609 constpoolHandle, entry, in GetLiteralFromCache() 637 constpoolHandle in GetLiteralFromCache() [all...] |
H A D | program_object.cpp | 114 JSHandle<ConstantPool> constpoolHandle(thread, constpool); in GetStringFromCache() 119 CASSetObjectToCache(thread, constpoolHandle.GetTaggedValue(), index, val); in GetStringFromCache()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.cpp | 957 JSHandle<JSTaggedValue> constpoolHandle(thread, constPool); in DefineFunc() 961 return RuntimeStubs::RuntimeDefinefunc(thread, constpoolHandle, methodId, moduleHandle, in DefineFunc() 1139 JSHandle<JSTaggedValue> constpoolHandle(thread, constpool); in CreateClassWithBuffer() 1143 constpoolHandle, methodId, literalId, in CreateClassWithBuffer() 1153 JSHandle<JSTaggedValue> constpoolHandle(thread, constpool); in CreateSharedClass() 1155 return RuntimeStubs::RuntimeCreateSharedClass(thread, baseHandle, constpoolHandle, methodId, in CreateSharedClass()
|
/arkcompiler/ets_runtime/ecmascript/patch/ |
H A D | patch_loader.cpp | 49 JSHandle<JSTaggedValue> constpoolHandle = in LoadPatchInternal() local 51 patchInfo.baseConstpools.emplace_back(constpoolHandle); in LoadPatchInternal()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs-inl.h | 946 JSHandle<ConstantPool> constpoolHandle = JSHandle<ConstantPool>::Cast(constpool); in RuntimeCreateClassWithBuffer() local 952 thread->GetCurrentEcmaContext()->FindOrCreateUnsharedConstpool(constpoolHandle.GetTaggedValue())); in RuntimeCreateClassWithBuffer() 1044 JSHandle<ConstantPool> constpoolHandle = JSHandle<ConstantPool>::Cast(constpool); in RuntimeCreateSharedClass() local 1052 thread, constpoolHandle, literalId, entry, sendableEnv, ClassKind::SENDABLE); in RuntimeCreateSharedClass() 1064 JSHandle<TaggedArray> fieldTypeArray = ConstantPool::GetFieldLiteral(thread, constpoolHandle, fieldTypeId, entry); in RuntimeCreateSharedClass() 2297 JSHandle<ConstantPool> constpoolHandle = JSHandle<ConstantPool>::Cast(constpool); 2303 JSTaggedValue unsharedCp = thread->GetCurrentEcmaContext()->FindUnsharedConstpool(constpoolHandle.GetTaggedValue()); 2312 JSTaggedValue method = ConstantPool::GetMethodFromCache(thread, constpoolHandle.GetTaggedValue(), methodId);
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | type_info_accessors.h | 491 ConstantPool *constpoolHandle = in GetMethodIndex() local 493 return constpoolHandle->GetMethodIndexByEntityId(panda_file::File::EntityId(methodId)); in GetMethodIndex()
|
Completed in 15 milliseconds