Lines Matching defs:constpool

32                                               JSHandle<ConstantPool> constpool,
47 &methodId, &kind, &constpool, &entryPoint](const LiteralValue &value, const LiteralTag &tag) {
101 DefineMethodInLiteral(thread, jsPandaFile, methodId, constpool, kind, length, entryPoint);
131 const JSPandaFile *jsPandaFile, size_t index, JSHandle<ConstantPool> constpool, const CString &entryPoint)
140 return EnumerateLiteralVals(thread, lda, jsPandaFile, index, constpool, entryPoint);
144 size_t index, JSHandle<ConstantPool> constpool,
148 return EnumerateLiteralVals(thread, lda, jsPandaFile, index, constpool, entryPoint);
152 const JSPandaFile *jsPandaFile, size_t index, JSHandle<ConstantPool> constpool, const CString &entryPoint)
161 index, [literals, &pos, factory, thread, jsPandaFile, &methodId, &kind, &constpool, &entryPoint]
211 DefineFunctionTemplate(thread, jsPandaFile, methodId, constpool, kind, length, entryPoint);
244 JSHandle<ConstantPool> constpool,
264 JSHandle<Method> method = factory->NewSMethod(jsPandaFile, methodLiteral, constpool, entryIndex, isLoadedAOT);
322 uint32_t offset, JSHandle<ConstantPool> constpool,
343 factory->NewSMethod(jsPandaFile, methodLiteral, constpool, entryIndex, isLoadedAOT, &canFastCall);
405 JSHandle<ConstantPool> constpool, const CString &entry,
421 &methodId, &kind, &constpool, &entry, &isLoadedAOT](const LiteralValue &value, const LiteralTag &tag) {
486 DefineMethodInLiteral(thread, jsPandaFile, methodId, constpool, kind,
517 EntityId id, JSHandle<ConstantPool> constpool,
533 thread, jsPandaFile, id, constpool, entryPoint, isLoadedAOT, entryIndexes, newKind, sendableEnv, classKind);
537 EntityId id, JSHandle<ConstantPool> constpool,
559 id, [literals, &pos, factory, thread, jsPandaFile, &methodId, &kind, &constpool,
618 constpool, kind, length, entryPoint, needSetAotFlag, entryIndex, sendableEnv, classKind);