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

  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.h 370 scratch1_ = GetRegThatIsNotEcxOr(object_, address_, scratch0_);
372 scratch0_ = GetRegThatIsNotEcxOr(object_, address_, scratch1_);
375 object_ = GetRegThatIsNotEcxOr(address_, scratch0_, scratch1_);
378 address_ = GetRegThatIsNotEcxOr(object_, scratch0_, scratch1_);
480 Register GetRegThatIsNotEcxOr(Register r1,
  /external/v8/src/ia32/
code-stubs-ia32.h 565 scratch1_ = GetRegThatIsNotEcxOr(object_, address_, scratch0_);
567 scratch0_ = GetRegThatIsNotEcxOr(object_, address_, scratch1_);
570 object_ = GetRegThatIsNotEcxOr(address_, scratch0_, scratch1_);
573 address_ = GetRegThatIsNotEcxOr(object_, scratch0_, scratch1_);
675 Register GetRegThatIsNotEcxOr(Register r1,

Completed in 31 milliseconds