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

  /art/compiler/optimizing/
intrinsics.h 106 Location cc_loc = calling_convention_visitor->GetNextLocation(input->GetType());
code_generator_mips.h 80 Location GetNextLocation(Primitive::Type type) OVERRIDE;
code_generator_mips64.h 80 Location GetNextLocation(Primitive::Type type) OVERRIDE;
code_generator.h 134 virtual Location GetNextLocation(Primitive::Type type) = 0;
code_generator_arm.h 89 Location GetNextLocation(Primitive::Type type) OVERRIDE;
code_generator_arm64.h 151 Location GetNextLocation(Primitive::Type type) OVERRIDE;
code_generator_x86.h 85 Location GetNextLocation(Primitive::Type type) OVERRIDE;
code_generator_x86_64.h 117 Location GetNextLocation(Primitive::Type type) OVERRIDE;
code_generator.cc 307 locations->SetInAt(i, visitor->GetNextLocation(input->GetType()));
    [all...]
code_generator_mips64.cc 69 Location InvokeDexCallingConventionVisitorMIPS64::GetNextLocation(Primitive::Type type) {
    [all...]
code_generator_arm64.cc     [all...]
code_generator_mips.cc 73 Location InvokeDexCallingConventionVisitorMIPS::GetNextLocation(Primitive::Type type) {
    [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 93 milliseconds