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

  /art/compiler/optimizing/
code_generator_arm.cc 327 Location InvokeDexCallingConventionVisitor::GetNextLocation(Primitive::Type type) {
804 locations->SetInAt(i, calling_convention_visitor.GetNextLocation(input->GetType()));
    [all...]
code_generator_x86.cc 302 Location InvokeDexCallingConventionVisitor::GetNextLocation(Primitive::Type type) {
750 locations->SetInAt(i, calling_convention_visitor.GetNextLocation(input->GetType()));
    [all...]
code_generator_x86_64.cc 646 Location InvokeDexCallingConventionVisitor::GetNextLocation(Primitive::Type type) {
695 locations->SetInAt(i, calling_convention_visitor.GetNextLocation(input->GetType()));
901 Location location = parameter_visitor_.GetNextLocation(instruction->GetType());
    [all...]

Completed in 459 milliseconds