Searched refs:out_vreg (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Dregister-allocator.cc2055 int out_vreg = UnallocatedOperand::cast(output)->virtual_register(); local
2056 live->Remove(out_vreg);
2058 int out_vreg = ConstantOperand::cast(output)->virtual_register(); local
2059 live->Remove(out_vreg);

Completed in 142 milliseconds