Searched refs:GetSetValueLocation (Results 1 – 8 of 8) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator.cc | 397 AddLocationAsTemp(calling_convention.GetSetValueLocation(field_type, is_instance), locations); in CreateUnresolvedFieldLocationSummary() 401 calling_convention.GetSetValueLocation(field_type, is_instance)); in CreateUnresolvedFieldLocationSummary() 426 MoveLocation(calling_convention.GetSetValueLocation(field_type, is_instance), in GenerateUnresolvedFieldAccess()
|
D | code_generator_mips64.h | 118 Location GetSetValueLocation(Primitive::Type type, bool is_instance) const OVERRIDE { in GetSetValueLocation() function
|
D | code_generator_mips.h | 120 Location GetSetValueLocation(Primitive::Type type, bool is_instance) const OVERRIDE { in GetSetValueLocation() function
|
D | code_generator_x86_64.h | 96 Location GetSetValueLocation(Primitive::Type type, bool is_instance) const OVERRIDE { in GetSetValueLocation() function
|
D | code_generator_x86.h | 110 Location GetSetValueLocation(Primitive::Type type, bool is_instance) const OVERRIDE { in GetSetValueLocation() function
|
D | code_generator_arm.h | 115 Location GetSetValueLocation(Primitive::Type type, bool is_instance) const OVERRIDE { in GetSetValueLocation() function
|
D | code_generator_arm64.h | 176 Location GetSetValueLocation(Primitive::Type type, bool is_instance) const OVERRIDE { in GetSetValueLocation() function
|
D | code_generator.h | 158 virtual Location GetSetValueLocation(Primitive::Type type, bool is_instance) const = 0;
|