Lines Matching refs:entryPoint
33 const CString &entryPoint)
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);
145 const CString &entryPoint)
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);
246 const CString &entryPoint,
271 entryPoint, classKind);
324 const CString &entryPoint,
350 entryPoint, classKind);
518 const CString &entryPoint, bool isLoadedAOT,
533 thread, jsPandaFile, id, constpool, entryPoint, isLoadedAOT, entryIndexes, newKind, sendableEnv, classKind);
538 const CString &entryPoint, bool isLoadedAOT,
560 &entryPoint, &entryIndexes, &index, isLoadedAOT, newKind, classKind, &sendableEnv]
618 constpool, kind, length, entryPoint, needSetAotFlag, entryIndex, sendableEnv, classKind);