Home
last modified time | relevance | path

Searched refs:fixedStart (Results 1 – 25 of 25) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DNativeObject.h525 HeapSlot** fixedStart, HeapSlot** fixedEnd, in getSlotRangeUnchecked() argument
533 *fixedStart = &fixedSlots()[start]; in getSlotRangeUnchecked()
538 *fixedStart = &fixedSlots()[start]; in getSlotRangeUnchecked()
544 *fixedStart = *fixedEnd = nullptr; in getSlotRangeUnchecked()
551 HeapSlot** fixedStart, HeapSlot** fixedEnd, in getSlotRange() argument
555 getSlotRangeUnchecked(start, length, fixedStart, fixedEnd, slotsStart, slotsEnd); in getSlotRange()
565 HeapSlot* fixedStart; in invalidateSlotRange() local
569 getSlotRange(start, length, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in invalidateSlotRange()
570 Debug_SetSlotRangeToCrashOnTouch(fixedStart, fixedEnd); in invalidateSlotRange()
H A DNativeObject.cpp200 HeapSlot* fixedStart; in initializeSlotRange() local
204 getSlotRangeUnchecked(start, length, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in initializeSlotRange()
207 for (HeapSlot* sp = fixedStart; sp < fixedEnd; sp++) in initializeSlotRange()
216 HeapSlot* fixedStart; in initSlotRange() local
220 getSlotRange(start, length, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in initSlotRange()
221 for (HeapSlot* sp = fixedStart; sp < fixedEnd; sp++) in initSlotRange()
230 HeapSlot* fixedStart; in copySlotRange() local
234 getSlotRange(start, length, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in copySlotRange()
235 for (HeapSlot* sp = fixedStart; sp < fixedEnd; sp++) in copySlotRange()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DNativeObject.h579 HeapSlot** fixedStart, HeapSlot** fixedEnd, in getSlotRangeUnchecked() argument
586 *fixedStart = &fixedSlots()[start]; in getSlotRangeUnchecked()
591 *fixedStart = &fixedSlots()[start]; in getSlotRangeUnchecked()
597 *fixedStart = *fixedEnd = nullptr; in getSlotRangeUnchecked()
603 void getSlotRange(uint32_t start, uint32_t length, HeapSlot** fixedStart, in getSlotRange() argument
607 getSlotRangeUnchecked(start, length, fixedStart, fixedEnd, slotsStart, in getSlotRange()
618 HeapSlot* fixedStart; in invalidateSlotRange() local
622 getSlotRange(start, length, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in invalidateSlotRange()
623 Debug_SetSlotRangeToCrashOnTouch(fixedStart, fixedEnd); in invalidateSlotRange()
H A DNativeObject.cpp205 HeapSlot* fixedStart; in initializeSlotRange() local
209 getSlotRangeUnchecked(start, length, &fixedStart, &fixedEnd, &slotsStart, in initializeSlotRange()
213 for (HeapSlot* sp = fixedStart; sp < fixedEnd; sp++) in initializeSlotRange()
221 HeapSlot* fixedStart; in initSlotRange() local
225 getSlotRange(start, length, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in initSlotRange()
226 for (HeapSlot* sp = fixedStart; sp < fixedEnd; sp++) in initSlotRange()
234 HeapSlot* fixedStart; in copySlotRange() local
238 getSlotRange(start, length, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in copySlotRange()
239 for (HeapSlot* sp = fixedStart; sp < fixedEnd; sp++) in copySlotRange()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DNativeObject.h604 HeapSlot** fixedStart, HeapSlot** fixedEnd, in getSlotRangeUnchecked() argument
611 *fixedStart = &fixedSlots()[start]; in getSlotRangeUnchecked()
616 *fixedStart = &fixedSlots()[start]; in getSlotRangeUnchecked()
622 *fixedStart = *fixedEnd = nullptr; in getSlotRangeUnchecked()
628 void getSlotRange(uint32_t start, uint32_t length, HeapSlot** fixedStart, in getSlotRange() argument
632 getSlotRangeUnchecked(start, length, fixedStart, fixedEnd, slotsStart, in getSlotRange()
643 HeapSlot* fixedStart; in invalidateSlotRange() local
647 getSlotRange(start, length, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in invalidateSlotRange()
648 Debug_SetSlotRangeToCrashOnTouch(fixedStart, fixedEnd); in invalidateSlotRange()
H A DNativeObject.cpp255 HeapSlot* fixedStart; in initializeSlotRange() local
259 getSlotRangeUnchecked(start, length, &fixedStart, &fixedEnd, &slotsStart, in initializeSlotRange()
263 for (HeapSlot* sp = fixedStart; sp < fixedEnd; sp++) { in initializeSlotRange()
273 HeapSlot* fixedStart; in initSlotRange() local
277 getSlotRange(start, length, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in initSlotRange()
278 for (HeapSlot* sp = fixedStart; sp < fixedEnd; sp++) { in initSlotRange()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DNativeObject.h498 HeapSlot** fixedStart, HeapSlot** fixedEnd, in getSlotRangeUnchecked() argument
506 *fixedStart = &fixedSlots()[start]; in getSlotRangeUnchecked()
511 *fixedStart = &fixedSlots()[start]; in getSlotRangeUnchecked()
517 *fixedStart = *fixedEnd = nullptr; in getSlotRangeUnchecked()
524 HeapSlot** fixedStart, HeapSlot** fixedEnd, in getSlotRange() argument
528 getSlotRangeUnchecked(start, length, fixedStart, fixedEnd, slotsStart, slotsEnd); in getSlotRange()
538 HeapSlot* fixedStart; in invalidateSlotRange() local
542 getSlotRange(start, length, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in invalidateSlotRange()
543 Debug_SetSlotRangeToCrashOnTouch(fixedStart, fixedEnd); in invalidateSlotRange()
H A DNativeObject.cpp179 HeapSlot* fixedStart; in initializeSlotRange() local
183 getSlotRangeUnchecked(start, length, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in initializeSlotRange()
186 for (HeapSlot* sp = fixedStart; sp < fixedEnd; sp++) in initializeSlotRange()
195 HeapSlot* fixedStart; in initSlotRange() local
199 getSlotRange(start, length, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in initSlotRange()
200 for (HeapSlot* sp = fixedStart; sp < fixedEnd; sp++) in initSlotRange()
209 HeapSlot* fixedStart; in copySlotRange() local
213 getSlotRange(start, length, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in copySlotRange()
214 for (HeapSlot* sp = fixedStart; sp < fixedEnd; sp++) in copySlotRange()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DNativeObject.h663 HeapSlot** fixedStart, HeapSlot** fixedEnd, in getSlotRangeUnchecked() argument
670 *fixedStart = &fixedSlots()[start]; in getSlotRangeUnchecked()
674 *fixedStart = &fixedSlots()[start]; in getSlotRangeUnchecked()
680 *fixedStart = *fixedEnd = nullptr; in getSlotRangeUnchecked()
686 void getSlotRange(uint32_t start, uint32_t end, HeapSlot** fixedStart, in getSlotRange() argument
690 getSlotRangeUnchecked(start, end, fixedStart, fixedEnd, slotsStart, in getSlotRange()
702 HeapSlot* fixedStart; in invalidateSlotRange() local
706 getSlotRange(start, end, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in invalidateSlotRange()
707 Debug_SetSlotRangeToCrashOnTouch(fixedStart, fixedEnd); in invalidateSlotRange()
H A DNativeObject.cpp195 HeapSlot* fixedStart; in initializeSlotRange() local
199 getSlotRangeUnchecked(start, end, &fixedStart, &fixedEnd, &slotsStart, in initializeSlotRange()
203 for (HeapSlot* sp = fixedStart; sp < fixedEnd; sp++) { in initializeSlotRange()
212 HeapSlot* fixedStart; in initSlots() local
216 getSlotRange(0, length, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in initSlots()
219 for (HeapSlot* sp = fixedStart; sp < fixedEnd; sp++) { in initSlots()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DNativeObject.h663 HeapSlot** fixedStart, HeapSlot** fixedEnd, in getSlotRangeUnchecked() argument
670 *fixedStart = &fixedSlots()[start]; in getSlotRangeUnchecked()
674 *fixedStart = &fixedSlots()[start]; in getSlotRangeUnchecked()
680 *fixedStart = *fixedEnd = nullptr; in getSlotRangeUnchecked()
686 void getSlotRange(uint32_t start, uint32_t end, HeapSlot** fixedStart, in getSlotRange() argument
690 getSlotRangeUnchecked(start, end, fixedStart, fixedEnd, slotsStart, in getSlotRange()
702 HeapSlot* fixedStart; in invalidateSlotRange() local
706 getSlotRange(start, end, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in invalidateSlotRange()
707 Debug_SetSlotRangeToCrashOnTouch(fixedStart, fixedEnd); in invalidateSlotRange()
H A DNativeObject.cpp195 HeapSlot* fixedStart; in initializeSlotRange() local
199 getSlotRangeUnchecked(start, end, &fixedStart, &fixedEnd, &slotsStart, in initializeSlotRange()
203 for (HeapSlot* sp = fixedStart; sp < fixedEnd; sp++) { in initializeSlotRange()
212 HeapSlot* fixedStart; in initSlots() local
216 getSlotRange(0, length, &fixedStart, &fixedEnd, &slotsStart, &slotsEnd); in initSlots()
219 for (HeapSlot* sp = fixedStart; sp < fixedEnd; sp++) { in initSlots()
/dports/graphics/kdiagram/kdiagram-2.8.0/src/KChart/Cartesian/
H A DKChartCartesianCoordinatePlane.h114 void setXAxisStartAtZero(bool fixedStart);
H A DKChartCartesianCoordinatePlane.cpp397 void CartesianCoordinatePlane::setXAxisStartAtZero(bool fixedStart) in setXAxisStartAtZero() argument
399 if (d->xAxisStartAtZero == fixedStart) in setXAxisStartAtZero()
402 d->xAxisStartAtZero = fixedStart; in setXAxisStartAtZero()
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/graphics/charts/
H A Dtextlabels.py440fixedStart = AttrMapValue(NoneOrInstanceOfLabelOffset, desc="None or fixed draw starts +/-"),
449 self.fixedStart = self.fixedEnd = None
H A Dbarcharts.py616 fixedStart = getattr(label,'fixedStart', None)
617 if fixedStart is not None:
618 v = fixedStart._getValue(self,pm)
778 fixedStart = getattr(label,'fixedStart', None)
779 if fixedStart is not None:
780 v = fixedStart._getValue(self,pm)
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/
H A DMarking.cpp2145 HeapSlot* fixedStart; in traceObjectSlots() local
2149 nobj->getSlotRange(start, length, &fixedStart, &fixedEnd, &dynStart, &dynEnd); in traceObjectSlots()
2150 if (fixedStart) in traceObjectSlots()
2151 … traceSlots(fixedStart->unsafeUnbarrieredForTracing(), fixedEnd->unsafeUnbarrieredForTracing()); in traceObjectSlots()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DMarking.cpp2465 HeapSlot* fixedStart;
2469 nobj->getSlotRange(start, length, &fixedStart, &fixedEnd, &dynStart, &dynEnd);
2470 if (fixedStart)
2471 … traceSlots(fixedStart->unsafeUnbarrieredForTracing(), fixedEnd->unsafeUnbarrieredForTracing());
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DNativeObject.h696 HeapSlot* fixedStart = &fixedSlots()[start]; in forEachSlotRangeUnchecked() local
698 fun(fixedStart, fixedEnd); in forEachSlotRangeUnchecked()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DMarking.cpp2701 HeapSlot* fixedStart; in traceObjectSlots() local
2705 nobj->getSlotRange(start, length, &fixedStart, &fixedEnd, &dynStart, &dynEnd); in traceObjectSlots()
2706 if (fixedStart) in traceObjectSlots()
2707 traceSlots(fixedStart->unsafeUnbarrieredForTracing(), in traceObjectSlots()
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DMarking.cpp3087 HeapSlot* fixedStart; in traceObjectSlots() local
3091 nobj->getSlotRange(start, end, &fixedStart, &fixedEnd, &dynStart, &dynEnd); in traceObjectSlots()
3092 if (fixedStart) { in traceObjectSlots()
3093 traceSlots(fixedStart->unbarrieredAddress(), in traceObjectSlots()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DMarking.cpp3257 HeapSlot* fixedStart; in traceObjectSlots() local
3261 nobj->getSlotRange(start, length, &fixedStart, &fixedEnd, &dynStart, &dynEnd); in traceObjectSlots()
3262 if (fixedStart) { in traceObjectSlots()
3263 traceSlots(fixedStart->unsafeUnbarrieredForTracing(), in traceObjectSlots()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DMarking.cpp3087 HeapSlot* fixedStart; in traceObjectSlots() local
3091 nobj->getSlotRange(start, end, &fixedStart, &fixedEnd, &dynStart, &dynEnd); in traceObjectSlots()
3092 if (fixedStart) { in traceObjectSlots()
3093 traceSlots(fixedStart->unbarrieredAddress(), in traceObjectSlots()
/dports/www/py-django-ckeditor-5/django-ckeditor-5-0.0.13/django_ckeditor_5/static/django_ckeditor_5/dist/
H A Dbundle.js.map1fixedStart","fixedEnd","isStartInLimit","isEndInLimit","bothInSameParent","expandStart","expandEnd…
/dports/mail/nextcloud-mail/mail/js/
H A Dmail.0.538d0a5ef14de9764c82.js.map1fixedStart","fixedEnd","isStartInLimit","isEndInLimit","bothInSameParent","expandStart","expandEnd…