HomeSort by relevance Sort by last modified time
    Searched refs:length_loc (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
code_generator_x86.cc 140 Location length_loc = locations->InAt(1); variable
147 length_loc = Location::RegisterLocation(calling_convention.GetRegisterAt(1));
149 if (length_loc.Equals(locations->InAt(0))) {
151 length_loc = Location::RegisterLocation(calling_convention.GetRegisterAt(2));
153 __ movl(length_loc.AsRegister<Register>(), array_len);
155 __ shrl(length_loc.AsRegister<Register>(), Immediate(1));
162 length_loc,
5640 Location length_loc = locations->InAt(1); local
    [all...]
code_generator_x86_64.cc 191 Location length_loc = locations->InAt(1); variable
198 length_loc = Location::RegisterLocation(calling_convention.GetRegisterAt(1));
200 if (length_loc.Equals(locations->InAt(0))) {
202 length_loc = Location::RegisterLocation(calling_convention.GetRegisterAt(2));
204 __ movl(length_loc.AsRegister<CpuRegister>(), array_len);
206 __ shrl(length_loc.AsRegister<CpuRegister>(), Immediate(1));
216 length_loc,
5087 Location length_loc = locations->InAt(1); local
    [all...]
code_generator_arm_vixl.cc 6891 Location length_loc = locations->InAt(1); local
    [all...]

Completed in 71 milliseconds