Home | History | Annotate | Download | only in x64

Lines Matching refs:elements

448   elements()->PrintTo(stream);
1107 LOperand* elements = UseFixed(instr->elements(), rcx);
1111 elements);
1916 LOperand* elements = UseRegisterAtStart(instr->elements());
1919 new(zone()) LLoadKeyedFastDoubleElement(elements, key);
1977 ASSERT(instr->elements()->representation().IsTagged());
1980 LOperand* elements = UseRegisterAtStart(instr->elements());
1984 return new(zone()) LStoreKeyedFastDoubleElement(elements, key, val);