Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DBacktrackingAllocator.h389 LiveBundle(SpillSet* spill, LiveBundle* spillParent) in LiveBundle() argument
390 : spill_(spill), spillParent_(spillParent) in LiveBundle()
394 static LiveBundle* New(TempAllocator& alloc, SpillSet* spill, LiveBundle* spillParent) { in New() argument
395 return new(alloc) LiveBundle(spill, spillParent); in New()
438 LiveBundle* spillParent() const { in spillParent() function
H A DBacktrackingAllocator.cpp1519 if (LiveBundle* spillParent = bundle->spillParent()) { in spill() local
1523 LiveRange* parentRange = spillParent->rangeFor(range->from()); in spill()
2580 LiveBundle* hotBundle = LiveBundle::New(alloc(), bundle->spillSet(), bundle->spillParent()); in trySplitAcrossHotcode()
2588 coldBundle = LiveBundle::New(alloc(), bundle->spillSet(), bundle->spillParent()); in trySplitAcrossHotcode()
2612 preBundle = LiveBundle::New(alloc(), bundle->spillSet(), bundle->spillParent()); in trySplitAcrossHotcode()
2627 … postBundle = LiveBundle::New(alloc(), bundle->spillSet(), bundle->spillParent()); in trySplitAcrossHotcode()
2858 LiveBundle* spillBundle = bundle->spillParent(); in splitAt()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DBacktrackingAllocator.h416 LiveBundle(SpillSet* spill, LiveBundle* spillParent) in LiveBundle() argument
417 : spill_(spill), spillParent_(spillParent) in LiveBundle()
421 static LiveBundle* FallibleNew(TempAllocator& alloc, SpillSet* spill, LiveBundle* spillParent) in FallibleNew() argument
423 return new(alloc.fallible()) LiveBundle(spill, spillParent); in FallibleNew()
467 LiveBundle* spillParent() const { in spillParent() function
H A DBacktrackingAllocator.cpp1546 if (LiveBundle* spillParent = bundle->spillParent()) { in spill() local
1550 LiveRange* parentRange = spillParent->rangeFor(range->from()); in spill()
2609 bundle->spillParent()); in trySplitAcrossHotcode()
2617 coldBundle = LiveBundle::FallibleNew(alloc(), bundle->spillSet(), bundle->spillParent()); in trySplitAcrossHotcode()
2642 bundle->spillParent()); in trySplitAcrossHotcode()
2658 bundle->spillParent()); in trySplitAcrossHotcode()
2896 LiveBundle* spillBundle = bundle->spillParent(); in splitAt()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DBacktrackingAllocator.h384 LiveBundle(SpillSet* spill, LiveBundle* spillParent) in LiveBundle() argument
385 : spill_(spill), spillParent_(spillParent) {} in LiveBundle()
389 LiveBundle* spillParent) { in FallibleNew() argument
390 return new (alloc.fallible()) LiveBundle(spill, spillParent); in FallibleNew()
420 LiveBundle* spillParent() const { return spillParent_; } in spillParent() function
H A DBacktrackingAllocator.cpp1771 if (LiveBundle* spillParent = bundle->spillParent()) { in spill() local
1776 LiveRange* parentRange = spillParent->rangeFor(range->from()); in spill()
2961 bundle->spillParent()); in trySplitAcrossHotcode()
2971 bundle->spillParent()); in trySplitAcrossHotcode()
3002 bundle->spillParent()); in trySplitAcrossHotcode()
3023 bundle->spillParent()); in trySplitAcrossHotcode()
3273 LiveBundle* spillBundle = bundle->spillParent(); in splitAt()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DBacktrackingAllocator.h411 LiveBundle(SpillSet* spill, LiveBundle* spillParent) in LiveBundle() argument
412 : spill_(spill), spillParent_(spillParent) {} in LiveBundle()
416 LiveBundle* spillParent) { in FallibleNew() argument
417 return new (alloc.fallible()) LiveBundle(spill, spillParent); in FallibleNew()
447 LiveBundle* spillParent() const { return spillParent_; } in spillParent() function
H A DBacktrackingAllocator.cpp1728 if (LiveBundle* spillParent = bundle->spillParent()) { in spill() local
1733 LiveRange* parentRange = spillParent->rangeFor(range->from()); in spill()
2910 bundle->spillParent()); in trySplitAcrossHotcode()
2920 bundle->spillParent()); in trySplitAcrossHotcode()
2951 bundle->spillParent()); in trySplitAcrossHotcode()
2972 bundle->spillParent()); in trySplitAcrossHotcode()
3222 LiveBundle* spillBundle = bundle->spillParent(); in splitAt()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DBacktrackingAllocator.h401 LiveBundle(SpillSet* spill, LiveBundle* spillParent) in LiveBundle() argument
402 : spill_(spill), spillParent_(spillParent) { in LiveBundle()
410 LiveBundle* spillParent) { in FallibleNew() argument
411 return new (alloc.fallible()) LiveBundle(spill, spillParent); in FallibleNew()
441 LiveBundle* spillParent() const { return spillParent_; } in spillParent() function
H A DBacktrackingAllocator.cpp1825 if (LiveBundle* spillParent = bundle->spillParent()) { in spill() local
1830 LiveRange* parentRange = spillParent->rangeFor(range->from()); in spill()
2724 if (spillParent()) { in toString()
2726 spillParent()->debugId()); in toString()
3045 bundle->spillParent()); in trySplitAcrossHotcode()
3055 bundle->spillParent()); in trySplitAcrossHotcode()
3086 bundle->spillParent()); in trySplitAcrossHotcode()
3107 bundle->spillParent()); in trySplitAcrossHotcode()
3358 LiveBundle* spillBundle = bundle->spillParent(); in splitAt()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DBacktrackingAllocator.h384 LiveBundle(SpillSet* spill, LiveBundle* spillParent) in LiveBundle() argument
385 : spill_(spill), spillParent_(spillParent) {} in LiveBundle()
389 LiveBundle* spillParent) { in FallibleNew() argument
390 return new (alloc.fallible()) LiveBundle(spill, spillParent); in FallibleNew()
420 LiveBundle* spillParent() const { return spillParent_; } in spillParent() function
H A DBacktrackingAllocator.cpp1771 if (LiveBundle* spillParent = bundle->spillParent()) { in spill() local
1776 LiveRange* parentRange = spillParent->rangeFor(range->from()); in spill()
2961 bundle->spillParent()); in trySplitAcrossHotcode()
2971 bundle->spillParent()); in trySplitAcrossHotcode()
3002 bundle->spillParent()); in trySplitAcrossHotcode()
3023 bundle->spillParent()); in trySplitAcrossHotcode()
3273 LiveBundle* spillBundle = bundle->spillParent(); in splitAt()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DBacktrackingAllocator.h380 LiveBundle(SpillSet* spill, LiveBundle* spillParent) in LiveBundle() argument
381 : spill_(spill), spillParent_(spillParent) {} in LiveBundle()
385 LiveBundle* spillParent) { in FallibleNew() argument
386 return new (alloc.fallible()) LiveBundle(spill, spillParent); in FallibleNew()
416 LiveBundle* spillParent() const { return spillParent_; } in spillParent() function
H A DBacktrackingAllocator.cpp1480 if (LiveBundle* spillParent = bundle->spillParent()) { in spill() local
1485 LiveRange* parentRange = spillParent->rangeFor(range->from()); in spill()
2492 bundle->spillParent()); in trySplitAcrossHotcode()
2500 bundle->spillParent()); in trySplitAcrossHotcode()
2527 bundle->spillParent()); in trySplitAcrossHotcode()
2544 bundle->spillParent()); in trySplitAcrossHotcode()
2766 LiveBundle* spillBundle = bundle->spillParent(); in splitAt()