Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_linear_scan.h106 void CheckForFixedOutput(HInstruction* instruction, bool will_call);
Dregister_allocator_linear_scan.cc278 CheckForFixedOutput(instruction, will_call); in ProcessInstruction()
415 void RegisterAllocatorLinearScan::CheckForFixedOutput(HInstruction* instruction, bool will_call) { in CheckForFixedOutput() function in art::RegisterAllocatorLinearScan