HomeSort by relevance Sort by last modified time
    Searched refs:HasFixedRegisterPolicy (Results 1 - 5 of 5) sorted by null

  /external/v8/src/compiler/
instruction-scheduler.h 188 ->HasFixedRegisterPolicy() ||
instruction.h 258 bool HasFixedRegisterPolicy() const {
297 DCHECK(HasFixedRegisterPolicy() || HasFixedFPRegisterPolicy());
    [all...]
register-allocator.cc     [all...]
  /external/v8/src/crankshaft/
lithium.h 207 bool HasFixedRegisterPolicy() const {
239 DCHECK(HasFixedRegisterPolicy() || HasFixedDoubleRegisterPolicy());
lithium-allocator.cc 602 } else if (operand->HasFixedRegisterPolicy()) {
    [all...]

Completed in 1270 milliseconds