Home
last modified time | relevance | path

Searched refs:taggedPool (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h183 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in GetMethodFromCache() local
184 auto val = taggedPool->GetObjectFromCache(index); in GetMethodFromCache()
185 JSPandaFile *jsPandaFile = taggedPool->GetJSPandaFile(); in GetMethodFromCache()
253 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in GetLiteralFromCache() local
254 auto val = taggedPool->GetObjectFromCache(index); in GetLiteralFromCache()
255 JSPandaFile *jsPandaFile = taggedPool->GetJSPandaFile(); in GetLiteralFromCache()
269 panda_file::File::EntityId id = taggedPool->GetEntityId(index); in GetLiteralFromCache()
322 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in GetIdFromCache() local
323 panda_file::File::EntityId id = taggedPool->GetEntityId(index); in GetIdFromCache()
337 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in GetStringFromCache() local
[all …]
/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp58 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in GetJSPandaFile() local
59 return taggedPool->GetJSPandaFile(); in GetJSPandaFile()