Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dregister_allocator_graph_color.h110 void CheckForFixedOutput(HInstruction* instruction);
H A Dregister_allocator_graph_color.cc848 CheckForFixedOutput(instruction); in ProcessInstruction()
894 void RegisterAllocatorGraphColor::CheckForFixedOutput(HInstruction* instruction) { in CheckForFixedOutput() function in art::RegisterAllocatorGraphColor