Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DMIRGraph.cpp648 const uint32_t InstructionOperands = in prepareForDiscard() local
650 if ((refType & InstructionOperands) == InstructionOperands) { in prepareForDiscard()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DMIRGraph.cpp646 const uint32_t InstructionOperands = in prepareForDiscard() local
648 if ((refType & InstructionOperands) == InstructionOperands) { in prepareForDiscard()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DMIRGraph.cpp648 const uint32_t InstructionOperands = in prepareForDiscard() local
650 if ((refType & InstructionOperands) == InstructionOperands) { in prepareForDiscard()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DMIRGraph.cpp887 const uint32_t InstructionOperands = RefType_DiscardOperands | RefType_DiscardInstruction; in prepareForDiscard() local
888 if ((refType & InstructionOperands) == InstructionOperands) { in prepareForDiscard()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DMIRGraph.cpp783 const uint32_t InstructionOperands = in prepareForDiscard() local
785 if ((refType & InstructionOperands) == InstructionOperands) { in prepareForDiscard()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DMIRGraph.cpp815 const uint32_t InstructionOperands = in prepareForDiscard() local
817 if ((refType & InstructionOperands) == InstructionOperands) { in prepareForDiscard()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DMIRGraph.cpp913 const uint32_t InstructionOperands = RefType_DiscardOperands | RefType_DiscardInstruction; in prepareForDiscard() local
914 if ((refType & InstructionOperands) == InstructionOperands) { in prepareForDiscard()
/dports/lang/v8/v8-9.6.180.12/test/cctest/compiler/
H A Dtest-instruction.cc278 TEST(InstructionOperands) { in TEST() argument