Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcommon_arm64.h56 inline int ARTRegCodeFromVIXL(int code) { in ARTRegCodeFromVIXL() function
206 return Location::RegisterLocation(ARTRegCodeFromVIXL(reg.GetCode())); in LocationFrom()