Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/backend/common/
Dlifetime_analysis.cc45 VRegLifetime* lifetime = GetVRegLifetime(use.GetVReg(), use.begin()); in AppendUse()
/frameworks/libs/binary_translation/backend/include/berberis/backend/common/
Dlifetime.h39 MachineReg GetVReg() const { return pos_.insn()->RegAt(index_); } in GetVReg() function
76 return StringPrintf("[%d, %d) %s", begin(), end(), GetMachineRegDebugString(GetVReg()).c_str()); in GetDebugString()