Searched refs:GetSetValueLocation (Results 1 – 8 of 8) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator.cc | 454 AddLocationAsTemp(calling_convention.GetSetValueLocation(field_type, is_instance), locations); in CreateUnresolvedFieldLocationSummary() 458 calling_convention.GetSetValueLocation(field_type, is_instance)); in CreateUnresolvedFieldLocationSummary() 483 MoveLocation(calling_convention.GetSetValueLocation(field_type, is_instance), in GenerateUnresolvedFieldAccess()
|
D | code_generator_x86_64.h | 95 Location GetSetValueLocation(Primitive::Type type ATTRIBUTE_UNUSED, bool is_instance) in GetSetValueLocation() function
|
D | code_generator_mips64.h | 120 Location GetSetValueLocation(Primitive::Type type ATTRIBUTE_UNUSED, in GetSetValueLocation() function
|
D | code_generator_x86.h | 111 Location GetSetValueLocation(Primitive::Type type, bool is_instance) const OVERRIDE { in GetSetValueLocation() function
|
D | code_generator_mips.h | 124 Location GetSetValueLocation(Primitive::Type type, bool is_instance) const OVERRIDE { in GetSetValueLocation() function
|
D | code_generator.h | 170 virtual Location GetSetValueLocation(Primitive::Type type, bool is_instance) const = 0;
|
D | code_generator_arm64.h | 229 Location GetSetValueLocation(Primitive::Type type ATTRIBUTE_UNUSED, in GetSetValueLocation() function
|
D | code_generator_arm_vixl.h | 202 Location GetSetValueLocation(Primitive::Type type, bool is_instance) const OVERRIDE { in GetSetValueLocation() function
|