Home
last modified time | relevance | path

Searched refs:MTypedArrayLength (Results 1 – 15 of 15) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DLowering.h191 void visitTypedArrayLength(MTypedArrayLength* ins);
H A DRangeAnalysis.cpp1741 MTypedArrayLength::computeRange(TempAllocator& alloc) in computeRange()
H A DMIR.h8289 class MTypedArrayLength
8293 explicit MTypedArrayLength(MDefinition* obj) in MTypedArrayLength() function
8303 static MTypedArrayLength* New(TempAllocator& alloc, MDefinition* obj) { in INSTRUCTION_HEADER()
8304 return new(alloc) MTypedArrayLength(obj); in INSTRUCTION_HEADER()
H A DLowering.cpp2512 LIRGenerator::visitTypedArrayLength(MTypedArrayLength* ins) in visitTypedArrayLength()
H A DIonBuilder.cpp9441 *length = MTypedArrayLength::New(alloc(), obj); in addTypedArrayLengthAndData()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DLowering.h210 void visitTypedArrayLength(MTypedArrayLength* ins);
H A DRangeAnalysis.cpp1831 MTypedArrayLength::computeRange(TempAllocator& alloc) in computeRange()
H A DLowering.cpp2804 LIRGenerator::visitTypedArrayLength(MTypedArrayLength* ins) in visitTypedArrayLength()
H A DMIR.h8894 class MTypedArrayLength
8898 explicit MTypedArrayLength(MDefinition* obj) in MTypedArrayLength() function
H A DIonBuilder.cpp9975 *length = MTypedArrayLength::New(alloc(), obj); in addTypedArrayLengthAndData()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DLowering.h227 void visitTypedArrayLength(MTypedArrayLength* ins) override;
H A DRangeAnalysis.cpp1603 void MTypedArrayLength::computeRange(TempAllocator& alloc) { in computeRange()
H A DMIR.h7843 class MTypedArrayLength : public MUnaryInstruction,
7845 explicit MTypedArrayLength(MDefinition* obj) in MTypedArrayLength() function
H A DLowering.cpp2739 void LIRGenerator::visitTypedArrayLength(MTypedArrayLength* ins) { in visitTypedArrayLength()
H A DIonBuilder.cpp8234 *length = MTypedArrayLength::New(alloc(), obj); in addTypedArrayLengthAndData()