Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/shared/
H A DCodeGenerator-shared-inl.h62 ToTempUnboxRegister(const LDefinition* def) in ToTempUnboxRegister() function
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/shared/
H A DCodeGenerator-shared-inl.h146 static inline Register ToTempUnboxRegister(const LDefinition* def) { in ToTempUnboxRegister() function
/dports/www/firefox/firefox-99.0/js/src/jit/shared/
H A DCodeGenerator-shared-inl.h146 static inline Register ToTempUnboxRegister(const LDefinition* def) { in ToTempUnboxRegister() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/shared/
H A DCodeGenerator-shared-inl.h146 static inline Register ToTempUnboxRegister(const LDefinition* def) { in ToTempUnboxRegister() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/shared/
H A DCodeGenerator-shared-inl.h137 static inline Register ToTempUnboxRegister(const LDefinition* def) { in ToTempUnboxRegister() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/shared/
H A DCodeGenerator-shared-inl.h92 static inline Register ToTempUnboxRegister(const LDefinition* def) { in ToTempUnboxRegister() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/shared/
H A DCodeGenerator-shared-inl.h128 ToTempUnboxRegister(const LDefinition* def) in ToTempUnboxRegister() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DCodeGenerator.cpp913 Register unboxed = ToTempUnboxRegister(lir->tempToUnbox()); in visitValueToString()
2748 Register scratch = ToTempUnboxRegister(lir->temp()); in visitMonitorTypes()
5641 Register tempToUnbox = ToTempUnboxRegister(lir->tempToUnbox()); in visitCompareStrictS()
5765 Register objreg = masm.extractObject(value, ToTempUnboxRegister(lir->tempToUnbox())); in visitIsNullOrLikeUndefinedV()
5844 Register objreg = masm.extractObject(value, ToTempUnboxRegister(lir->tempToUnbox())); in visitIsNullOrLikeUndefinedAndBranchV()
8803 Register tempUnbox = ToTempUnboxRegister(ins->tempToUnboxIndex()); in visitSetPropertyCache()
9039 Register temp = ToTempUnboxRegister(ins->tempToUnbox()); in visitOutOfLineTypeOfV()
10178 Register unboxInt32 = ToTempUnboxRegister(ins->temp()); in visitAssertRangeV()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DCodeGenerator.cpp902 Register unboxed = ToTempUnboxRegister(lir->tempToUnbox()); in visitValueToString()
3382 Register scratch = ToTempUnboxRegister(lir->temp()); in visitMonitorTypes()
6828 Register tempToUnbox = ToTempUnboxRegister(lir->tempToUnbox()); in visitCompareStrictS()
6960 Register objreg = masm.extractObject(value, ToTempUnboxRegister(lir->tempToUnbox())); in visitIsNullOrLikeUndefinedV()
7039 Register objreg = masm.extractObject(value, ToTempUnboxRegister(lir->tempToUnbox())); in visitIsNullOrLikeUndefinedAndBranchV()
10208 Register tempUnbox = ToTempUnboxRegister(ins->tempToUnboxIndex()); in visitSetPropertyCache()
10445 Register temp = ToTempUnboxRegister(ins->tempToUnbox()); in visitOutOfLineTypeOfV()
11694 Register unboxInt32 = ToTempUnboxRegister(ins->temp()); in visitAssertRangeV()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DCodeGenerator.cpp1082 Register unboxed = ToTempUnboxRegister(lir->tempToUnbox()); in visitValueToString()
7224 Register tempToUnbox = ToTempUnboxRegister(lir->tempToUnbox()); in visitCompareStrictS()
7358 masm.extractObject(value, ToTempUnboxRegister(lir->tempToUnbox())); in visitIsNullOrLikeUndefinedV()
7445 masm.extractObject(value, ToTempUnboxRegister(lir->tempToUnbox())); in visitIsNullOrLikeUndefinedAndBranchV()
10640 Register temp = ToTempUnboxRegister(ins->tempToUnbox()); in visitOutOfLineTypeOfV()
12219 Register unboxInt32 = ToTempUnboxRegister(ins->temp()); in visitAssertRangeV()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DCodeGenerator.cpp1673 Register unboxed = ToTempUnboxRegister(lir->temp0()); in visitValueToString()
9993 masm.extractObject(value, ToTempUnboxRegister(lir->temp1())); in visitIsNullOrLikeUndefinedV()
10066 masm.extractObject(value, ToTempUnboxRegister(lir->tempToUnbox())); in visitIsNullOrLikeUndefinedAndBranchV()
12969 Register temp = ToTempUnboxRegister(ins->temp0()); in visitOutOfLineTypeOfV()
13048 Register temp = ToTempUnboxRegister(ins->temp0()); in visitOutOfLineTypeOfIsNonPrimitiveV()
13117 Register temp = ToTempUnboxRegister(lir->temp0()); in visitTypeOfIsNonPrimitiveV()
14964 Register unboxInt32 = ToTempUnboxRegister(ins->temp()); in visitAssertRangeV()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DCodeGenerator.cpp1737 Register unboxed = ToTempUnboxRegister(lir->tempToUnbox()); in visitValueToString()
8720 Register left = ToTempUnboxRegister(lir->tempToUnbox()); in visitCompareStrictS()
8832 masm.extractObject(value, ToTempUnboxRegister(lir->tempToUnbox())); in visitIsNullOrLikeUndefinedV()
8922 masm.extractObject(value, ToTempUnboxRegister(lir->tempToUnbox())); in visitIsNullOrLikeUndefinedAndBranchV()
12031 Register temp = ToTempUnboxRegister(ins->tempToUnbox()); in visitOutOfLineTypeOfV()
13913 Register unboxInt32 = ToTempUnboxRegister(ins->temp()); in visitAssertRangeV()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DCodeGenerator.cpp1679 Register unboxed = ToTempUnboxRegister(lir->tempToUnbox()); in visitValueToString()
9670 masm.extractObject(value, ToTempUnboxRegister(lir->tempToUnbox())); in visitIsNullOrLikeUndefinedV()
9743 masm.extractObject(value, ToTempUnboxRegister(lir->tempToUnbox())); in visitIsNullOrLikeUndefinedAndBranchV()
12585 Register temp = ToTempUnboxRegister(ins->tempToUnbox()); in visitOutOfLineTypeOfV()
14317 Register unboxInt32 = ToTempUnboxRegister(ins->temp()); in visitAssertRangeV()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DCodeGenerator.cpp1679 Register unboxed = ToTempUnboxRegister(lir->tempToUnbox()); in visitValueToString()
9670 masm.extractObject(value, ToTempUnboxRegister(lir->tempToUnbox())); in visitIsNullOrLikeUndefinedV()
9743 masm.extractObject(value, ToTempUnboxRegister(lir->tempToUnbox())); in visitIsNullOrLikeUndefinedAndBranchV()
12585 Register temp = ToTempUnboxRegister(ins->tempToUnbox()); in visitOutOfLineTypeOfV()
14317 Register unboxInt32 = ToTempUnboxRegister(ins->temp()); in visitAssertRangeV()