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

/external/v8/src/x64/
H A Dcode-stubs-x64.h562 scratch0_orig_(scratch0),
586 // We don't have to save scratch0_orig_ because it was given to us as
589 if (!scratch0_.is(scratch0_orig_)) masm->push(scratch0_);
590 if (!rcx.is(scratch0_orig_) &&
619 if (!rcx.is(scratch0_orig_) &&
624 if (!scratch0_.is(scratch0_orig_)) masm->pop(scratch0_);
650 Register scratch0_orig_; member in class:v8::internal::RecordWriteStub::RegisterAllocation
/external/v8/src/ia32/
H A Dcode-stubs-ia32.h560 scratch0_orig_(scratch0),
584 // We don't have to save scratch0_orig_ because it was given to us as
587 if (!scratch0_.is(scratch0_orig_)) masm->push(scratch0_);
588 if (!ecx.is(scratch0_orig_) &&
617 if (!ecx.is(scratch0_orig_) &&
622 if (!scratch0_.is(scratch0_orig_)) masm->pop(scratch0_);
668 Register scratch0_orig_; member in class:v8::internal::RecordWriteStub::RegisterAllocation

Completed in 108 milliseconds