Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.cc390 if (phi_location.IsRegisterKind()) { in FindFirstRegisterHint()
407 if (location.IsRegisterKind()) { in FindFirstRegisterHint()
422 if (expected.IsRegisterKind()) { in FindFirstRegisterHint()
448 if (input_location.IsRegisterKind()) { in FindHintAtDefinition()
465 if (location.IsRegisterKind()) { in FindHintAtDefinition()
Dlocations.h161 bool IsRegisterKind() const { in IsRegisterKind() function