Lines Matching refs:isLoadedAOT
247 bool isLoadedAOT, uint32_t entryIndex,
264 JSHandle<Method> method = factory->NewSMethod(jsPandaFile, methodLiteral, constpool, entryIndex, isLoadedAOT);
325 bool isLoadedAOT, uint32_t entryIndex,
343 factory->NewSMethod(jsPandaFile, methodLiteral, constpool, entryIndex, isLoadedAOT, &canFastCall);
406 bool isLoadedAOT, JSHandle<AOTLiteralInfo> entryIndexes)
421 &methodId, &kind, &constpool, &entry, &isLoadedAOT](const LiteralValue &value, const LiteralTag &tag) {
477 bool needSetAotFlag = (isLoadedAOT && (epos % pairSize == 0) && !flag);
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]
610 bool needSetAotFlag = isLoadedAOT;
611 if (isLoadedAOT) {