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

  /art/compiler/optimizing/
code_generator_mips.cc 74 Location next_location; local
85 next_location = Location::RegisterLocation(calling_convention.GetRegisterAt(gp_index));
88 next_location = Location::StackSlot(stack_offset);
104 next_location = Location::RegisterPairLocation(low_even, high_odd);
107 next_location = Location::DoubleStackSlot(stack_offset);
119 next_location = Location::FpuRegisterLocation(
123 next_location = Primitive::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset)
137 return next_location;
    [all...]
code_generator_mips64.cc 70 Location next_location; local
77 next_location = Location::FpuRegisterLocation(
82 next_location = Location::RegisterLocation(calling_convention.GetRegisterAt(gp_index_++));
86 next_location = Primitive::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset)
98 return next_location;
    [all...]
code_generator_arm64.cc 864 Location next_location; local
    [all...]
  /external/v8/src/
objects.cc 3823 PropertyLocation next_location; local
4003 PropertyLocation next_location; local
4095 PropertyLocation next_location; local
    [all...]

Completed in 189 milliseconds