Searched refs:GetRegThatIsNotRcxOr (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/x64/
H A Dcode-stubs-x64.h567 scratch1_ = GetRegThatIsNotRcxOr(object_, address_, scratch0_);
569 scratch0_ = GetRegThatIsNotRcxOr(object_, address_, scratch1_);
572 object_ = GetRegThatIsNotRcxOr(address_, scratch0_, scratch1_);
575 address_ = GetRegThatIsNotRcxOr(object_, scratch0_, scratch1_);
657 Register GetRegThatIsNotRcxOr(Register r1, function in class:v8::internal::RecordWriteStub::RegisterAllocation

Completed in 58 milliseconds