Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.cc157 CHECK(codegen.HasAllocatedRegister(processing_core_registers, current->GetRegister())); in ValidateIntervals()
Dcode_generator.h509 bool HasAllocatedRegister(bool is_core, int reg) const { in HasAllocatedRegister() function