Lines Matching full:entrypoint
33 const CString &entryPoint) in ExtractObjectDatas() argument
47 … &methodId, &kind, &constpool, &entryPoint](const LiteralValue &value, const LiteralTag &tag) { in ExtractObjectDatas()
101 … DefineMethodInLiteral(thread, jsPandaFile, methodId, constpool, kind, length, entryPoint); in ExtractObjectDatas()
131 …SPandaFile *jsPandaFile, size_t index, JSHandle<ConstantPool> constpool, const CString &entryPoint) in GetDatasIgnoreTypeForClass() argument
140 return EnumerateLiteralVals(thread, lda, jsPandaFile, index, constpool, entryPoint); in GetDatasIgnoreTypeForClass()
145 const CString &entryPoint) in GetDatasIgnoreType() argument
148 return EnumerateLiteralVals(thread, lda, jsPandaFile, index, constpool, entryPoint); in GetDatasIgnoreType()
152 …SPandaFile *jsPandaFile, size_t index, JSHandle<ConstantPool> constpool, const CString &entryPoint) in EnumerateLiteralVals() argument
161 … index, [literals, &pos, factory, thread, jsPandaFile, &methodId, &kind, &constpool, &entryPoint] in EnumerateLiteralVals()
211 … DefineFunctionTemplate(thread, jsPandaFile, methodId, constpool, kind, length, entryPoint); in EnumerateLiteralVals()
246 const CString &entryPoint, in DefineFunctionTemplate() argument
271 … entryPoint, classKind); in DefineFunctionTemplate()
324 const CString &entryPoint, in DefineMethodInLiteral() argument
350 … entryPoint, classKind); in DefineMethodInLiteral()
517 … const CString &entryPoint, bool isLoadedAOT, in GetDatasIgnoreTypeForClass() argument
532 …thread, jsPandaFile, id, constpool, entryPoint, isLoadedAOT, entryIndexes, newKind, sendableEnv, c… in GetDatasIgnoreTypeForClass()
537 … const CString &entryPoint, bool isLoadedAOT, in GetDatasIgnoreType() argument
559 &entryPoint, &entryIndexes, &index, isLoadedAOT, newKind, classKind, &sendableEnv] in GetDatasIgnoreType()
617 … constpool, kind, length, entryPoint, needSetAotFlag, entryIndex, sendableEnv, classKind); in GetDatasIgnoreType()