Lines Matching defs:constpool
931 const JSHandle<JSTaggedValue> &constpool,
944 auto methodObj = ConstantPool::GetMethodFromCache(thread, constpool.GetTaggedValue(), methodId);
946 JSHandle<ConstantPool> constpoolHandle = JSHandle<ConstantPool>::Cast(constpool);
1030 const JSHandle<JSTaggedValue> &constpool,
1041 auto methodObj = ConstantPool::GetMethodFromCache(thread, constpool.GetTaggedValue(), methodId);
1044 JSHandle<ConstantPool> constpoolHandle = JSHandle<ConstantPool>::Cast(constpool);
2292 JSTaggedValue RuntimeStubs::RuntimeDefinefunc(JSThread *thread, const JSHandle<JSTaggedValue> &constpool,
2297 JSHandle<ConstantPool> constpoolHandle = JSHandle<ConstantPool>::Cast(constpool);
3072 JSHandle<ConstantPool> constpool(thread, method->GetConstantPool());
3073 panda_file::File::EntityId id = constpool->GetEntityId(scopeId);
3075 LiteralDataExtractor::GetDatasIgnoreType(thread, jsPandaFile, id, constpool);
3212 uint32_t count, JSTaggedValue constpool, uint32_t literalId, JSTaggedValue module)
3216 JSHandle<ConstantPool> handleConstpool(thread, constpool);
3219 thread, thread->GetCurrentEcmaContext()->FindOrCreateUnsharedConstpool(constpool));