Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/backend/common/
Dreg_alloc.cc207 if (curr_lifetime->GetSpill() == -1) { in ConsiderSpill()
246 if (spill_lifetime->GetSpill() == -1) { in SpillAndAssign()
/frameworks/libs/binary_translation/backend/include/berberis/backend/common/
Dlifetime.h261 int GetSpill() const { return spill_slot_; } in GetSpill() function
390 out->back().SetSpill(GetSpill()); in Split()