Home | History | Annotate | Download | only in ia32

Lines Matching full:index_

5370   __ JumpIfNotSmi(index_, &index_not_smi_);
5374 __ cmp(index_, FieldOperand(object_, String::kLengthOffset));
5377 __ SmiUntag(index_);
5381 masm, factory, object_, index_, result_, &call_runtime_);
5396 __ CheckMap(index_,
5402 __ push(index_); // Consumed by runtime conversion function.
5410 if (!index_.is(eax)) {
5413 __ mov(index_, eax);
5422 __ JumpIfNotSmi(index_, index_out_of_range_);
5432 __ SmiTag(index_);
5433 __ push(index_);
6942 // index_: will hold an index of entry if lookup is successful.
6971 __ lea(index_, Operand(scratch, scratch, times_2, 0)); // index *= 3.
6976 index_,