Home
last modified time | relevance | path

Searched refs:lastStore (Results 1 – 10 of 10) sorted by relevance

/dports/java/icedtea-web/icedtea-web-1.6.2/netx/net/sourceforge/jnlp/util/
H A DPropertiesFile.java47 long lastStore; field in PropertiesFile
75 if (lastStore == 0) in getProperty()
87 if (lastStore == 0) in getProperty()
100 if (lastStore == 0) in setProperty()
136 …if(lastStore == 0 || currentStore != lastStore || (currentStore == lastStore && currentStore / 100… in load()
146 lastStore=currentStore; in load()
172 lastStore = file.lastModified(); in store()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DAliasAnalysis.cpp192 MInstruction* lastStore = firstIns; in analyze() local
202 if (lastStore->id() < store->id()) in analyze()
203 lastStore = store; in analyze()
209 def->setDependency(lastStore); in analyze()
210 IonSpewDependency(*def, lastStore, "depends", ""); in analyze()
215 if (loop_ && lastStore->id() < loop_->firstInstruction()->id()) { in analyze()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DAliasAnalysis.cpp166 MInstruction* lastStore = firstIns; in analyze() local
176 if (lastStore->id() < store->id()) lastStore = store; in analyze()
182 def->setDependency(lastStore); in analyze()
183 IonSpewDependency(*def, lastStore, "depends", ""); in analyze()
188 if (loop_ && lastStore->id() < loop_->firstInstruction()->id()) { in analyze()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DAliasAnalysis.cpp228 MInstruction* lastStore = firstIns; in analyze() local
235 if (lastStore->id() < store->id()) in analyze()
236 lastStore = store; in analyze()
242 def->setDependency(lastStore); in analyze()
243 IonSpewDependency(*def, lastStore, "depends", ""); in analyze()
248 if (loop_ && lastStore->id() < loop_->firstInstruction()->id()) { in analyze()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DAliasAnalysis.cpp228 MInstruction* lastStore = firstIns; in analyze() local
236 if (lastStore->id() < store->id()) { in analyze()
237 lastStore = store; in analyze()
244 def->setDependency(lastStore); in analyze()
245 IonSpewDependency(*def, lastStore, "depends", ""); in analyze()
250 if (loop_ && lastStore->id() < loop_->firstInstruction()->id()) { in analyze()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DAliasAnalysis.cpp225 MInstruction* lastStore = firstIns; in analyze() local
233 if (lastStore->id() < store->id()) { in analyze()
234 lastStore = store; in analyze()
241 def->setDependency(lastStore); in analyze()
242 IonSpewDependency(*def, lastStore, "depends", ""); in analyze()
247 if (loop_ && lastStore->id() < loop_->firstInstruction()->id()) { in analyze()
H A DIonAnalysis.cpp3490 MDefinition* lastStore = guard->dependency(); in EliminateRedundantShapeGuards() local
3496 if (lastStore->isDiscarded() || lastStore->block()->isDead() || in EliminateRedundantShapeGuards()
3497 !lastStore->block()->dominates(guard->block())) { in EliminateRedundantShapeGuards()
3499 "SKIP: ins %d does not dominate block %d", lastStore->id(), in EliminateRedundantShapeGuards()
3504 if (lastStore->isAddAndStoreSlot()) { in EliminateRedundantShapeGuards()
3505 auto* add = lastStore->toAddAndStoreSlot(); in EliminateRedundantShapeGuards()
3510 } else if (lastStore->isAllocateAndStoreSlot()) { in EliminateRedundantShapeGuards()
3511 auto* allocate = lastStore->toAllocateAndStoreSlot(); in EliminateRedundantShapeGuards()
3516 } else if (lastStore->isStart()) { in EliminateRedundantShapeGuards()
3542 "SKIP: Last store not supported (%d)", lastStore->id()); in EliminateRedundantShapeGuards()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DAliasAnalysis.cpp228 MInstruction* lastStore = firstIns; in analyze() local
236 if (lastStore->id() < store->id()) { in analyze()
237 lastStore = store; in analyze()
244 def->setDependency(lastStore); in analyze()
245 IonSpewDependency(*def, lastStore, "depends", ""); in analyze()
250 if (loop_ && lastStore->id() < loop_->firstInstruction()->id()) { in analyze()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DAliasAnalysis.cpp365 MInstruction* lastStore = firstIns; in analyze() local
375 if (lastStore->id() < store->id()) { in analyze()
376 lastStore = store; in analyze()
383 def->setDependency(lastStore); in analyze()
384 IonSpewDependency(*def, lastStore, "depends", ""); in analyze()
389 if (loop_ && lastStore->id() < loop_->firstInstruction()->id()) { in analyze()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/public/-/speedscope/
H A Dspeedscope.026f36b0.js.map1 …dule.hot.accept()\n}\n\nconst lastStore: any = (window as any)['store']\nconst store = lastStore ?…