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

  /external/v8/src/ia32/
code-stubs-ia32.h 560 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
  /external/v8/src/x64/
code-stubs-x64.h 562 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

Completed in 26 milliseconds