Home
last modified time | relevance | path

Searched refs:taggedPool (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dprogram_object.cpp78 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in GetStringFromCacheForJit() local
79 auto val = taggedPool->Get(index); in GetStringFromCacheForJit()
84 JSPandaFile *jsPandaFile = taggedPool->GetJSPandaFile(); in GetStringFromCacheForJit()
85 panda_file::File::EntityId id = taggedPool->GetEntityId(index); in GetStringFromCacheForJit()
98 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in GetStringFromCache() local
99 auto val = taggedPool->Get(index); in GetStringFromCache()
101 if (!taggedPool->GetJSPandaFile()->IsNewVersion()) { in GetStringFromCache()
103 taggedPool = ConstantPool::Cast(unsharedCp.GetTaggedObject()); in GetStringFromCache()
104 return taggedPool->Get(index); in GetStringFromCache()
108 JSPandaFile *jsPandaFile = taggedPool in GetStringFromCache()
185 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); GetMethodFromCache() local
[all...]
H A Dprogram_object.h457 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in CASSetObjectToCache() local
460 reinterpret_cast<uintptr_t>(taggedPool) + DATA_OFFSET + index * JSTaggedValue::TaggedTypeSize()); in CASSetObjectToCache()
461 JSTaggedValue tempVal = taggedPool->GetObjectFromCache(index); in CASSetObjectToCache()
462 JSTaggedValue expected = IsLoadedMethodInfoFromAOT(taggedPool->GetJSPandaFile(), tempVal) ? tempVal : in CASSetObjectToCache()
479 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in GetMethodFromCache() local
480 auto val = taggedPool->GetObjectFromCache(index); in GetMethodFromCache()
481 JSPandaFile *jsPandaFile = taggedPool->GetJSPandaFile(); in GetMethodFromCache()
507 if (!taggedPool->GetJSPandaFile()->IsNewVersion()) { in GetMethodFromCache()
509 taggedPool = ConstantPool::Cast(unsharedCp.GetTaggedObject()); in GetMethodFromCache()
510 return taggedPool in GetMethodFromCache()
549 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); GetLiteralFromCache() local
646 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); GetLiteralFromCache() local
659 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); GetIdFromCache() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Djit_compilation_env.cpp75 [[maybe_unused]] const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in FindConstpool() local
76 ASSERT(taggedPool->GetJSPandaFile() == jsPandaFile); in FindConstpool()
87 [[maybe_unused]] const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in FindConstpool() local
88 ASSERT(taggedPool->GetJSPandaFile() == jsPandaFile); in FindConstpool()
89 ASSERT(taggedPool->GetSharedConstpoolId().GetInt() == index); in FindConstpool()
/arkcompiler/ets_runtime/ecmascript/
H A Dmethod.cpp63 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in GetJSPandaFile() local
64 return taggedPool->GetJSPandaFile(); in GetJSPandaFile()

Completed in 3 milliseconds