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

  /art/compiler/optimizing/
intrinsics.h 107 Location cc_loc = calling_convention_visitor->GetNextLocation(input->GetType());
code_generator_mips.h 84 Location GetNextLocation(Primitive::Type type) OVERRIDE;
code_generator_mips64.h 82 Location GetNextLocation(Primitive::Type type) OVERRIDE;
code_generator_x86.h 86 Location GetNextLocation(Primitive::Type type) OVERRIDE;
code_generator_x86_64.h 115 Location GetNextLocation(Primitive::Type type) OVERRIDE;
code_generator.h 146 virtual Location GetNextLocation(Primitive::Type type) = 0;
    [all...]
code_generator_arm64.h 204 Location GetNextLocation(Primitive::Type type) OVERRIDE;
    [all...]
code_generator_arm_vixl.h 176 Location GetNextLocation(Primitive::Type type) OVERRIDE;
    [all...]
code_generator.cc 330 locations->SetInAt(i, visitor->GetNextLocation(input->GetType()));
    [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc 70 Location InvokeDexCallingConventionVisitorMIPS64::GetNextLocation(Primitive::Type type) {
    [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips.cc 74 Location InvokeDexCallingConventionVisitorMIPS::GetNextLocation(Primitive::Type type) {
    [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 81 milliseconds