Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DMacroAssembler.cpp1202 Label notAtom; in compareStrings() local
1205 branchTest32(Assembler::Zero, Address(left, JSString::offsetOfFlags()), atomBit, &notAtom); in compareStrings()
1206 branchTest32(Assembler::Zero, Address(right, JSString::offsetOfFlags()), atomBit, &notAtom); in compareStrings()
1211 bind(&notAtom); in compareStrings()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DMacroAssembler.cpp1352 Label notAtom; in compareStrings() local
1355 branchTest32(Assembler::Zero, Address(left, JSString::offsetOfFlags()), atomBit, &notAtom); in compareStrings()
1356 branchTest32(Assembler::Zero, Address(right, JSString::offsetOfFlags()), atomBit, &notAtom); in compareStrings()
1361 bind(&notAtom); in compareStrings()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DMacroAssembler.cpp1495 Label notAtom; in compareStrings() local
1499 nonAtomBit, &notAtom); in compareStrings()
1501 nonAtomBit, &notAtom); in compareStrings()
1506 bind(&notAtom); in compareStrings()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DCodeGenerator.cpp2092 Label notAtom, checkSuccess; in PrepareAndExecuteRegExp() local
2095 ImmWord(0), &notAtom); in PrepareAndExecuteRegExp()
2119 masm.bind(&notAtom); in PrepareAndExecuteRegExp()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DCodeGenerator.cpp2092 Label notAtom, checkSuccess; in PrepareAndExecuteRegExp() local
2095 ImmWord(0), &notAtom); in PrepareAndExecuteRegExp()
2119 masm.bind(&notAtom); in PrepareAndExecuteRegExp()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DCodeGenerator.cpp2088 Label notAtom, checkSuccess; in PrepareAndExecuteRegExp() local
2091 ImmWord(0), &notAtom); in PrepareAndExecuteRegExp()
2115 masm.bind(&notAtom); in PrepareAndExecuteRegExp()