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

  /external/v8/src/
lithium.h 206 bool HasFixedRegisterPolicy() const {
238 DCHECK(HasFixedRegisterPolicy() || HasFixedDoubleRegisterPolicy());
lithium-allocator.cc 600 } else if (operand->HasFixedRegisterPolicy()) {
    [all...]
  /external/v8/src/compiler/
instruction.h 226 bool HasFixedRegisterPolicy() const {
252 DCHECK(HasFixedRegisterPolicy() || HasFixedDoubleRegisterPolicy());
register-allocator.cc 590 } else if (operand->HasFixedRegisterPolicy()) {
    [all...]

Completed in 189 milliseconds