Lines Matching full:entrypoint
35 const CString &entryPoint) in ExtractObjectDatas() argument
55 &methodId, &kind, &constpool, &entryPoint] in ExtractObjectDatas()
108 DefineMethodInLiteral(thread, jsPandaFile, method, kind, length, entryPoint); in ExtractObjectDatas()
136 …SPandaFile *jsPandaFile, size_t index, JSHandle<ConstantPool> constpool, const CString &entryPoint) in GetDatasIgnoreTypeForClass() argument
147 return EnumerateLiteralVals(thread, lda, jsPandaFile, index, constpool, entryPoint); in GetDatasIgnoreTypeForClass()
152 const CString &entryPoint) in GetDatasIgnoreType() argument
158 return EnumerateLiteralVals(thread, lda, jsPandaFile, index, constpool, entryPoint); in GetDatasIgnoreType()
162 …SPandaFile *jsPandaFile, size_t index, JSHandle<ConstantPool> constpool, const CString &entryPoint) in EnumerateLiteralVals() argument
172 …ndex, [literals, &pos, vm, factory, thread, jsPandaFile, &methodId, &kind, &constpool, &entryPoint] in EnumerateLiteralVals()
220 … DefineMethodInLiteral(thread, jsPandaFile, method, kind, length, entryPoint); in EnumerateLiteralVals()
250 const CString &entryPoint) in DefineMethodInLiteral() argument
265 if (!entryPoint.empty()) { in DefineMethodInLiteral()
266 moduleName = entryPoint; in DefineMethodInLiteral()
267 entry = entryPoint; in DefineMethodInLiteral()
430 const CString &entryPoint) in GetDatasIgnoreType() argument
446 …ndex, [literals, &pos, vm, factory, thread, jsPandaFile, &methodId, &kind, &constpool, &entryPoint] in GetDatasIgnoreType()
494 … DefineMethodInLiteral(thread, jsPandaFile, method, kind, length, entryPoint); in GetDatasIgnoreType()