Home
last modified time | relevance | path

Searched refs:MSetArrayLength (Results 1 – 25 of 31) sorted by relevance

12

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DLowering.h190 void visitSetArrayLength(MSetArrayLength* ins);
H A DMIR.h8261 class MSetArrayLength
8265 MSetArrayLength(MDefinition* elements, MDefinition* index) { in MSetArrayLength() function
8273 static MSetArrayLength* New(TempAllocator& alloc, MDefinition* elements, MDefinition* index) { in INSTRUCTION_HEADER()
8274 return new(alloc) MSetArrayLength(elements, index); in INSTRUCTION_HEADER()
H A DLowering.cpp2501 LIRGenerator::visitSetArrayLength(MSetArrayLength* ins) in visitSetArrayLength()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DLowering.h208 void visitSetArrayLength(MSetArrayLength* ins);
H A DLowering.cpp2781 LIRGenerator::visitSetArrayLength(MSetArrayLength* ins) in visitSetArrayLength()
H A DMIR.h8845 class MSetArrayLength
8849 MSetArrayLength(MDefinition* elements, MDefinition* index) { in MSetArrayLength() function
H A DIonBuilder.cpp10858 MSetArrayLength* length = MSetArrayLength::New(alloc(), elements, index); in jsop_rest()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DLowering.h225 void visitSetArrayLength(MSetArrayLength* ins) override;
H A DRecover.cpp1461 bool MSetArrayLength::writeRecoverData(CompactBufferWriter& writer) const { in writeRecoverData()
H A DMCallOptimize.cpp816 truncate = MSetArrayLength::New(alloc(), obj, length); in inlineArrayPush()
H A DMIR.h7800 class MSetArrayLength : public MBinaryInstruction, public NoTypePolicy::Data {
7801 MSetArrayLength(MDefinition* elements, MDefinition* index) in MSetArrayLength() function
H A DIonBuilder.cpp8961 MSetArrayLength* length = MSetArrayLength::New(alloc(), elements, index); in jsop_rest()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DRecover.cpp1874 bool MSetArrayLength::writeRecoverData(CompactBufferWriter& writer) const { in writeRecoverData()
1883 bool MSetArrayLength::canRecoverOnBailout() const { in canRecoverOnBailout()
H A DWarpBuilder.cpp2348 auto* setLength = MSetArrayLength::New(alloc(), stackStorage, len); in buildSuspend()
H A DMIR.cpp5186 AliasSet MSetArrayLength::getAliasSet() const { in getAliasSet()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DRecover.cpp1860 bool MSetArrayLength::writeRecoverData(CompactBufferWriter& writer) const { in writeRecoverData()
1869 bool MSetArrayLength::canRecoverOnBailout() const { in canRecoverOnBailout()
H A DWarpBuilder.cpp2344 auto* setLength = MSetArrayLength::New(alloc(), stackStorage, len); in buildSuspend()
H A DMIR.cpp5624 AliasSet MSetArrayLength::getAliasSet() const { in getAliasSet()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DRecover.cpp1874 bool MSetArrayLength::writeRecoverData(CompactBufferWriter& writer) const { in writeRecoverData()
1883 bool MSetArrayLength::canRecoverOnBailout() const { in canRecoverOnBailout()
H A DWarpBuilder.cpp2348 auto* setLength = MSetArrayLength::New(alloc(), stackStorage, len); in buildSuspend()
H A DMIR.cpp5186 AliasSet MSetArrayLength::getAliasSet() const { in getAliasSet()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DRecover.cpp1520 bool MSetArrayLength::writeRecoverData(CompactBufferWriter& writer) const { in writeRecoverData()
H A DMCallOptimize.cpp1128 truncate = MSetArrayLength::New(alloc(), obj, length); in inlineArrayPush()
H A DIonBuilder.cpp9757 MSetArrayLength* length = MSetArrayLength::New(alloc(), elements, index); in jsop_rest()
H A DMIR.h7181 class MSetArrayLength : public MBinaryInstruction, public NoTypePolicy::Data {
7182 MSetArrayLength(MDefinition* elements, MDefinition* index) in MSetArrayLength() function

12