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

  /external/v8/src/crankshaft/
lithium.h 210 bool HasFixedDoubleRegisterPolicy() const {
238 DCHECK(HasFixedRegisterPolicy() || HasFixedDoubleRegisterPolicy());
lithium-allocator.cc 603 } else if (operand->HasFixedDoubleRegisterPolicy()) {
    [all...]
  /external/v8/src/compiler/
instruction.h 236 bool HasFixedDoubleRegisterPolicy() const {
271 DCHECK(HasFixedRegisterPolicy() || HasFixedDoubleRegisterPolicy());
    [all...]
register-allocator.cc     [all...]

Completed in 799 milliseconds