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

  /external/v8/src/
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 230 bool HasFixedDoubleRegisterPolicy() const {
252 DCHECK(HasFixedRegisterPolicy() || HasFixedDoubleRegisterPolicy());
register-allocator.cc 593 } else if (operand->HasFixedDoubleRegisterPolicy()) {
    [all...]

Completed in 362 milliseconds