Searched defs:fixed (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dregister_allocator.cc128 // Some instructions define their output in fixed register/stack slot. We need
216 LiveInterval* fixed = physical_register_intervals_.Get(i); local
217 if (fixed != nullptr && ShouldProcess(processing_core_registers_, fixed)) {
218 intervals.Add(fixed);

Completed in 4488 milliseconds