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.h462 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in CASSetObjectToCache() local
484 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in GetMethodFromCache() local
554 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in GetLiteralFromCache() local
651 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in GetLiteralFromCache() local
664 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in GetIdFromCache() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Djit_compilation_env.cpp76 … [[maybe_unused]] const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in FindConstpool() local
88 … [[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