Home | History | Annotate | Download | only in ia32

Lines Matching full:result_

5362   __ mov(result_, FieldOperand(object_, HeapObject::kMapOffset));
5363 __ movzx_b(result_, FieldOperand(result_, Map::kInstanceTypeOffset));
5365 __ test(result_, Immediate(kIsNotStringMask));
5381 masm, factory, object_, index_, result_, &call_runtime_);
5383 __ SmiTag(result_);
5417 __ mov(result_, FieldOperand(object_, HeapObject::kMapOffset));
5418 __ movzx_b(result_, FieldOperand(result_, Map::kInstanceTypeOffset));
5435 if (!result_.is(eax)) {
5436 __ mov(result_, eax);
5459 __ Set(result_, Immediate(factory->single_character_string_cache()));
5464 __ mov(result_, FieldOperand(result_,
5467 __ cmp(result_, factory->undefined_value());
5482 if (!result_.is(eax)) {
5483 __ mov(result_, eax);
6941 // result_: used as scratch.
6943 // might alias with result_.
6945 // result_ is zero if lookup failed, non zero otherwise.
6949 Register scratch = result_;
7004 __ mov(result_, Immediate(0));
7010 __ mov(result_, Immediate(1));
7015 __ mov(result_, Immediate(0));