Home | History | Annotate | Download | only in optimizing

Lines Matching refs:string_obj

904   CpuRegister string_obj = locations->InAt(0).AsRegister<CpuRegister>();
911 DCHECK_EQ(string_obj.AsRegister(), RDI);
944 __ movl(string_length, Address(string_obj, count_offset));
957 __ addq(string_obj, Immediate(value_offset));
970 // Move to the start of the string: string_obj + value_offset + 2 * start_index.
971 __ leaq(string_obj, Address(string_obj, counter, ScaleFactor::TIMES_2, value_offset));