Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DMacroAssembler.cpp2012 size_t sizeBeforeMerge = size(); in asmMergeWith() local
2017 retargetWithOffset(sizeBeforeMerge, other.asmSyncInterruptLabel(), asmSyncInterruptLabel()); in asmMergeWith()
2018 retargetWithOffset(sizeBeforeMerge, other.asmStackOverflowLabel(), asmStackOverflowLabel()); in asmMergeWith()
2019 retargetWithOffset(sizeBeforeMerge, other.asmOnOutOfBoundsLabel(), asmOnOutOfBoundsLabel()); in asmMergeWith()
2020 …retargetWithOffset(sizeBeforeMerge, other.asmOnConversionErrorLabel(), asmOnConversionErrorLabel()… in asmMergeWith()