Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DBaselineCacheIRCompiler.cpp968 Label arrayNotEmpty; in emitArrayJoinResult() local
969 masm.branch32(Assembler::NotEqual, lengthAddr, Imm32(0), &arrayNotEmpty); in emitArrayJoinResult()
973 masm.bind(&arrayNotEmpty); in emitArrayJoinResult()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DBaselineCacheIRCompiler.cpp968 Label arrayNotEmpty; in emitArrayJoinResult() local
969 masm.branch32(Assembler::NotEqual, lengthAddr, Imm32(0), &arrayNotEmpty); in emitArrayJoinResult()
973 masm.bind(&arrayNotEmpty); in emitArrayJoinResult()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DCacheIRCompiler.cpp2009 Label arrayNotEmpty; in emitArrayJoinResult() local
2010 masm.branch32(Assembler::NotEqual, lengthAddr, Imm32(0), &arrayNotEmpty); in emitArrayJoinResult()
2014 masm.bind(&arrayNotEmpty); in emitArrayJoinResult()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DBaselineCacheIRCompiler.cpp971 Label arrayNotEmpty; in emitArrayJoinResult() local
972 masm.branch32(Assembler::NotEqual, lengthAddr, Imm32(0), &arrayNotEmpty); in emitArrayJoinResult()
976 masm.bind(&arrayNotEmpty); in emitArrayJoinResult()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DCacheIRCompiler.cpp3683 Label arrayNotEmpty; in emitArrayJoinResult() local
3684 masm.branch32(Assembler::NotEqual, lengthAddr, Imm32(0), &arrayNotEmpty); in emitArrayJoinResult()
3688 masm.bind(&arrayNotEmpty); in emitArrayJoinResult()