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
184 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in GetMethodFromCache() local
Dprogram_object.h458 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in CASSetObjectToCache() local
480 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in GetMethodFromCache() local
551 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in GetLiteralFromCache() local
651 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in GetLiteralFromCacheNoScope() local
664 const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in GetIdFromCache() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Djit_compilation_env.cpp81 … [[maybe_unused]] const ConstantPool *taggedPool = ConstantPool::Cast(constpool.GetTaggedObject()); in FindConstpool() local
93 … [[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