Home
last modified time | relevance | path

Searched defs:taggedPool (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.cpp78 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in GetStringFromCacheForJit() local
98 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in GetStringFromCache() local
185 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in GetMethodFromCache() local
Dprogram_object.h457 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in CASSetObjectToCache() local
479 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in GetMethodFromCache() local
549 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in GetLiteralFromCache() local
647 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in GetLiteralFromCache() local
660 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in GetIdFromCache() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Djit_compilation_env.cpp75 … [[maybe_unused]] const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in FindConstpool() local
87 … [[maybe_unused]] const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in FindConstpool() local
/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp63 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in GetJSPandaFile() local