Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h525 size_t GetTempCount() const { in GetTempCount() function
Dregister_allocator.cc235 for (size_t i = 0; i < locations->GetTempCount(); ++i) { in ProcessInstruction()