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

  /art/compiler/optimizing/
code_generator_x86.cc 143 Location length_loc = locations->InAt(1); variable
151 length_loc = Location::RegisterLocation(calling_convention.GetRegisterAt(1));
153 if (length_loc.Equals(locations->InAt(0))) {
155 length_loc = Location::RegisterLocation(calling_convention.GetRegisterAt(2));
157 __ movl(length_loc.AsRegister<Register>(), array_len);
159 __ shrl(length_loc.AsRegister<Register>(), Immediate(1));
166 length_loc,
5637 Location length_loc = locations->InAt(1); local
    [all...]
code_generator_x86_64.cc 194 Location length_loc = locations->InAt(1); variable
202 length_loc = Location::RegisterLocation(calling_convention.GetRegisterAt(1));
204 if (length_loc.Equals(locations->InAt(0))) {
206 length_loc = Location::RegisterLocation(calling_convention.GetRegisterAt(2));
208 __ movl(length_loc.AsRegister<CpuRegister>(), array_len);
210 __ shrl(length_loc.AsRegister<CpuRegister>(), Immediate(1));
220 length_loc,
5064 Location length_loc = locations->InAt(1); local
    [all...]
code_generator_arm_vixl.cc 6660 Location length_loc = locations->InAt(1); local
    [all...]
code_generator_mips64.cc     [all...]
code_generator_mips.cc 3213 Location length_loc = locations->InAt(1); local
    [all...]

Completed in 465 milliseconds