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

  /external/chromium_org/v8/src/x64/
code-stubs-x64.h 386 scratch0_orig_(scratch0),
410 // We don't have to save scratch0_orig_ because it was given to us as
413 if (!scratch0_.is(scratch0_orig_)) masm->push(scratch0_);
414 if (!rcx.is(scratch0_orig_) &&
443 if (!rcx.is(scratch0_orig_) &&
448 if (!scratch0_.is(scratch0_orig_)) masm->pop(scratch0_);
474 Register scratch0_orig_; member in class:v8::internal::RecordWriteStub::RegisterAllocation
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.h 392 scratch0_orig_(scratch0),
416 // We don't have to save scratch0_orig_ because it was given to us as
419 if (!scratch0_.is(scratch0_orig_)) masm->push(scratch0_);
420 if (!ecx.is(scratch0_orig_) &&
449 if (!ecx.is(scratch0_orig_) &&
454 if (!scratch0_.is(scratch0_orig_)) masm->pop(scratch0_);
500 Register scratch0_orig_; member in class:v8::internal::RecordWriteStub::RegisterAllocation
  /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 33 milliseconds