Searched refs:taggedPool (Results 1 – 2 of 2) sorted by relevance
183 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in GetMethodFromCache() local184 auto val = taggedPool->GetObjectFromCache(index); in GetMethodFromCache()185 JSPandaFile *jsPandaFile = taggedPool->GetJSPandaFile(); in GetMethodFromCache()253 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in GetLiteralFromCache() local254 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() local323 panda_file::File::EntityId id = taggedPool->GetEntityId(index); in GetIdFromCache()337 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in GetStringFromCache() local[all …]
58 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in GetJSPandaFile() local59 return taggedPool->GetJSPandaFile(); in GetJSPandaFile()