Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h524 size_t GetTempCount() const { in GetTempCount() function
Dcode_generator.cc335 for (size_t i = 0, e = locations->GetTempCount(); i < e; ++i) { in AllocateRegistersLocally()
368 for (size_t i = 0, e = locations->GetTempCount(); i < e; ++i) { in AllocateRegistersLocally()
Dregister_allocator.cc208 for (size_t i = 0; i < locations->GetTempCount(); ++i) { in ProcessInstruction()