Home | History | Annotate | Download | only in x64

Lines Matching defs:object

409   object()->PrintTo(stream);
418 object()->PrintTo(stream);
427 object()->PrintTo(stream);
436 object()->PrintTo(stream);
507 Handle<Object> LChunk::LookupLiteral(LConstantOperand* operand) const {
1578 LOperand* object = UseRegister(instr->value());
1579 LValueOf* result = new LValueOf(object);
1773 LOperand* obj = UseRegisterAtStart(instr->object());
1782 LOperand* obj = UseFixed(instr->object(), rax);
1786 LOperand* obj = UseRegisterAtStart(instr->object());
1794 LOperand* object = UseFixed(instr->object(), rax);
1795 LLoadNamedGeneric* result = new LLoadNamedGeneric(object);
1824 LOperand* obj = UseRegisterAtStart(instr->object());
1851 LOperand* object = UseFixed(instr->object(), rdx);
1854 LLoadKeyedGeneric* result = new LLoadKeyedGeneric(object, key);
1863 ASSERT(instr->object()->representation().IsTagged());
1866 LOperand* obj = UseTempRegister(instr->object());
1902 LOperand* object = UseFixed(instr->object(), rdx);
1906 ASSERT(instr->object()->representation().IsTagged());
1910 LStoreKeyedGeneric* result = new LStoreKeyedGeneric(object, key, value);
1919 ? UseTempRegister(instr->object())
1920 : UseRegisterAtStart(instr->object());
1927 // have a store into the properties array (not in-object-property).
1936 LOperand* object = UseFixed(instr->object(), rdx);
1939 LStoreNamedGeneric* result = new LStoreNamedGeneric(object, value);
1987 new LDeleteProperty(Use(instr->object()), UseOrConstant(instr->key()));
2022 // There are no real uses of the arguments object.
2024 object use causes a bailout.
2040 LOperand* object = UseFixed(instr->value(), rax);
2041 LToFastProperties* result = new LToFastProperties(object);