Home
last modified time | relevance | path

Searched refs:RequiresRegisterKind (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dlocations.h405 bool RequiresRegisterKind() const { in RequiresRegisterKind() function
Dssa_liveness_analysis.h147 return location.IsUnallocated() && location.RequiresRegisterKind(); in RequiresRegister()