Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.cc370 if (phi_location.IsRegisterKind()) { in FindFirstRegisterHint()
387 if (location.IsRegisterKind()) { in FindFirstRegisterHint()
402 if (expected.IsRegisterKind()) { in FindFirstRegisterHint()
429 if (input_location.IsRegisterKind()) { in FindHintAtDefinition()
446 if (location.IsRegisterKind()) { in FindHintAtDefinition()
Dlocations.h161 bool IsRegisterKind() const { in IsRegisterKind() function