Lines Matching refs:isLoadedAOT
84 bool isLoadedAOT = jsPandaFile->IsLoadedAOT(); in CreateConstPool() local
85 if (isLoadedAOT) { in CreateConstPool()
188 bool isLoadedAOT = jsPandaFile->IsLoadedAOT(); in GetMethodFromCache() local
191 if (isLoadedAOT && val.IsInt()) { in GetMethodFromCache()
211 entryIndex, isLoadedAOT && hasEntryIndex); in GetMethodFromCache()
224 bool isLoadedAOT = jsPandaFile->IsLoadedAOT(); in GetClassLiteralFromCache() local
226 if (isLoadedAOT && val.IsAOTLiteralInfo()) { in GetClassLiteralFromCache()
236 bool needSetAotFlag = isLoadedAOT && !entryIndexes.GetTaggedValue().IsUndefined(); in GetClassLiteralFromCache()
258 bool isLoadedAOT = jsPandaFile->IsLoadedAOT(); in GetLiteralFromCache() local
260 if (isLoadedAOT && val.IsAOTLiteralInfo()) { in GetLiteralFromCache()
270 bool needSetAotFlag = isLoadedAOT && !entryIndexes.GetTaggedValue().IsUndefined(); in GetLiteralFromCache()