Lines Matching defs:entryPoint
140 std::string_view entryPoint)
143 uint32_t mainMethodIndex = jsPandaFile->GetMainMethodIndex(entryPoint.data(), isNewVersion);
166 ParseFuncAndLiteralConstPool(vm, jsPandaFile, entryPoint.data(), sconstpool, unsharedConstpool);
279 const CString &entryPoint,
283 auto &recordInfo = const_cast<JSPandaFile *>(jsPandaFile)->FindRecordInfo(entryPoint);
293 CUnorderedMap<uint32_t, uint64_t> constpoolMap = *jsPandaFile->GetConstpoolMapByReocrd(entryPoint);
302 thread, jsPandaFile, index, elements, properties, sconstpool, entryPoint);
319 thread, jsPandaFile, index, sconstpool, entryPoint);
327 thread, jsPandaFile, index, sconstpool, entryPoint);
1574 const MethodLiteral *method, const CString &entryPoint)
1578 const CUnorderedMap<uint32_t, uint64_t> *ConstpoolMap = jsPandaFile->GetConstpoolMapByReocrd(entryPoint);