Home
last modified time | relevance | path

Searched refs:slotsStart (Results 1 – 14 of 14) sorted by relevance

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/state/snapshot/
H A Dconversion.go115 slotsStart map[common.Hash]time.Time // Start time for account slot crawling
124 slotsStart: make(map[common.Hash]time.Time),
154 if _, ok := stat.slotsStart[account]; !ok {
155 stat.slotsStart[account] = time.Now()
166 delete(stat.slotsStart, account)
189 start := stat.slotsStart[acc]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DNativeObject.h526 HeapSlot** slotsStart, HeapSlot** slotsEnd) in getSlotRangeUnchecked() argument
535 *slotsStart = *slotsEnd = nullptr; in getSlotRangeUnchecked()
540 *slotsStart = &slots_[0]; in getSlotRangeUnchecked()
545 *slotsStart = &slots_[start - fixed]; in getSlotRangeUnchecked()
552 HeapSlot** slotsStart, HeapSlot** slotsEnd) in getSlotRange() argument
555 getSlotRangeUnchecked(start, length, fixedStart, fixedEnd, slotsStart, slotsEnd); in getSlotRange()
567 HeapSlot* slotsStart; in invalidateSlotRange() local
569 getSlotRange(start, length, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in invalidateSlotRange()
571 Debug_SetSlotRangeToCrashOnTouch(slotsStart, slotsEnd); in invalidateSlotRange()
H A DNativeObject.cpp202 HeapSlot* slotsStart; in initializeSlotRange() local
204 getSlotRangeUnchecked(start, length, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in initializeSlotRange()
209 for (HeapSlot* sp = slotsStart; sp < slotsEnd; sp++) in initializeSlotRange()
218 HeapSlot* slotsStart; in initSlotRange() local
220 getSlotRange(start, length, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in initSlotRange()
223 for (HeapSlot* sp = slotsStart; sp < slotsEnd; sp++) in initSlotRange()
232 HeapSlot* slotsStart; in copySlotRange() local
234 getSlotRange(start, length, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in copySlotRange()
237 for (HeapSlot* sp = slotsStart; sp < slotsEnd; sp++) in copySlotRange()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DNativeObject.h580 HeapSlot** slotsStart, HeapSlot** slotsEnd) { in getSlotRangeUnchecked() argument
588 *slotsStart = *slotsEnd = nullptr; in getSlotRangeUnchecked()
593 *slotsStart = &slots_[0]; in getSlotRangeUnchecked()
598 *slotsStart = &slots_[start - fixed]; in getSlotRangeUnchecked()
604 HeapSlot** fixedEnd, HeapSlot** slotsStart, in getSlotRange() argument
607 getSlotRangeUnchecked(start, length, fixedStart, fixedEnd, slotsStart, in getSlotRange()
620 HeapSlot* slotsStart; in invalidateSlotRange() local
622 getSlotRange(start, length, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in invalidateSlotRange()
624 Debug_SetSlotRangeToCrashOnTouch(slotsStart, slotsEnd); in invalidateSlotRange()
H A DNativeObject.cpp207 HeapSlot* slotsStart; in initializeSlotRange() local
209 getSlotRangeUnchecked(start, length, &fixedStart, &fixedEnd, &slotsStart, in initializeSlotRange()
215 for (HeapSlot* sp = slotsStart; sp < slotsEnd; sp++) in initializeSlotRange()
223 HeapSlot* slotsStart; in initSlotRange() local
225 getSlotRange(start, length, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in initSlotRange()
228 for (HeapSlot* sp = slotsStart; sp < slotsEnd; sp++) in initSlotRange()
236 HeapSlot* slotsStart; in copySlotRange() local
238 getSlotRange(start, length, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in copySlotRange()
241 for (HeapSlot* sp = slotsStart; sp < slotsEnd; sp++) in copySlotRange()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DNativeObject.h605 HeapSlot** slotsStart, HeapSlot** slotsEnd) { in getSlotRangeUnchecked() argument
613 *slotsStart = *slotsEnd = nullptr; in getSlotRangeUnchecked()
618 *slotsStart = &slots_[0]; in getSlotRangeUnchecked()
623 *slotsStart = &slots_[start - fixed]; in getSlotRangeUnchecked()
629 HeapSlot** fixedEnd, HeapSlot** slotsStart, in getSlotRange() argument
632 getSlotRangeUnchecked(start, length, fixedStart, fixedEnd, slotsStart, in getSlotRange()
645 HeapSlot* slotsStart; in invalidateSlotRange() local
647 getSlotRange(start, length, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in invalidateSlotRange()
649 Debug_SetSlotRangeToCrashOnTouch(slotsStart, slotsEnd); in invalidateSlotRange()
H A DNativeObject.cpp257 HeapSlot* slotsStart; in initializeSlotRange() local
259 getSlotRangeUnchecked(start, length, &fixedStart, &fixedEnd, &slotsStart, in initializeSlotRange()
266 for (HeapSlot* sp = slotsStart; sp < slotsEnd; sp++) { in initializeSlotRange()
275 HeapSlot* slotsStart; in initSlotRange() local
277 getSlotRange(start, length, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in initSlotRange()
281 for (HeapSlot* sp = slotsStart; sp < slotsEnd; sp++) { in initSlotRange()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DNativeObject.h499 HeapSlot** slotsStart, HeapSlot** slotsEnd) in getSlotRangeUnchecked() argument
508 *slotsStart = *slotsEnd = nullptr; in getSlotRangeUnchecked()
513 *slotsStart = &slots_[0]; in getSlotRangeUnchecked()
518 *slotsStart = &slots_[start - fixed]; in getSlotRangeUnchecked()
525 HeapSlot** slotsStart, HeapSlot** slotsEnd) in getSlotRange() argument
528 getSlotRangeUnchecked(start, length, fixedStart, fixedEnd, slotsStart, slotsEnd); in getSlotRange()
540 HeapSlot* slotsStart; in invalidateSlotRange() local
542 getSlotRange(start, length, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in invalidateSlotRange()
544 Debug_SetSlotRangeToCrashOnTouch(slotsStart, slotsEnd); in invalidateSlotRange()
H A DNativeObject.cpp181 HeapSlot* slotsStart; in initializeSlotRange() local
183 getSlotRangeUnchecked(start, length, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in initializeSlotRange()
188 for (HeapSlot* sp = slotsStart; sp < slotsEnd; sp++) in initializeSlotRange()
197 HeapSlot* slotsStart; in initSlotRange() local
199 getSlotRange(start, length, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in initSlotRange()
202 for (HeapSlot* sp = slotsStart; sp < slotsEnd; sp++) in initSlotRange()
211 HeapSlot* slotsStart; in copySlotRange() local
213 getSlotRange(start, length, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in copySlotRange()
216 for (HeapSlot* sp = slotsStart; sp < slotsEnd; sp++) in copySlotRange()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DNativeObject.h664 HeapSlot** slotsStart, HeapSlot** slotsEnd) { in getSlotRangeUnchecked() argument
672 *slotsStart = *slotsEnd = nullptr; in getSlotRangeUnchecked()
676 *slotsStart = &slots_[0]; in getSlotRangeUnchecked()
681 *slotsStart = &slots_[start - fixed]; in getSlotRangeUnchecked()
687 HeapSlot** fixedEnd, HeapSlot** slotsStart, in getSlotRange() argument
690 getSlotRangeUnchecked(start, end, fixedStart, fixedEnd, slotsStart, in getSlotRange()
704 HeapSlot* slotsStart; in invalidateSlotRange() local
706 getSlotRange(start, end, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in invalidateSlotRange()
708 Debug_SetSlotRangeToCrashOnTouch(slotsStart, slotsEnd); in invalidateSlotRange()
H A DNativeObject.cpp197 HeapSlot* slotsStart; in initializeSlotRange() local
199 getSlotRangeUnchecked(start, end, &fixedStart, &fixedEnd, &slotsStart, in initializeSlotRange()
206 for (HeapSlot* sp = slotsStart; sp < slotsEnd; sp++) { in initializeSlotRange()
214 HeapSlot* slotsStart; in initSlots() local
216 getSlotRange(0, length, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in initSlots()
222 for (HeapSlot* sp = slotsStart; sp < slotsEnd; sp++) { in initSlots()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DNativeObject.h664 HeapSlot** slotsStart, HeapSlot** slotsEnd) { in getSlotRangeUnchecked() argument
672 *slotsStart = *slotsEnd = nullptr; in getSlotRangeUnchecked()
676 *slotsStart = &slots_[0]; in getSlotRangeUnchecked()
681 *slotsStart = &slots_[start - fixed]; in getSlotRangeUnchecked()
687 HeapSlot** fixedEnd, HeapSlot** slotsStart, in getSlotRange() argument
690 getSlotRangeUnchecked(start, end, fixedStart, fixedEnd, slotsStart, in getSlotRange()
704 HeapSlot* slotsStart; in invalidateSlotRange() local
706 getSlotRange(start, end, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in invalidateSlotRange()
708 Debug_SetSlotRangeToCrashOnTouch(slotsStart, slotsEnd); in invalidateSlotRange()
H A DNativeObject.cpp197 HeapSlot* slotsStart; in initializeSlotRange() local
199 getSlotRangeUnchecked(start, end, &fixedStart, &fixedEnd, &slotsStart, in initializeSlotRange()
206 for (HeapSlot* sp = slotsStart; sp < slotsEnd; sp++) { in initializeSlotRange()
214 HeapSlot* slotsStart; in initSlots() local
216 getSlotRange(0, length, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in initSlots()
222 for (HeapSlot* sp = slotsStart; sp < slotsEnd; sp++) { in initSlots()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DNativeObject.h722 forEachSlotRange(start, end, [](HeapSlot* slotsStart, HeapSlot* slotsEnd) { in invalidateSlotRange()
723 Debug_SetSlotRangeToCrashOnTouch(slotsStart, slotsEnd); in invalidateSlotRange()