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

  /external/v8/src/ia32/
code-stubs-ia32.h 189 scratch0_orig_(scratch0),
213 // We don't have to save scratch0_orig_ because it was given to us as
216 if (!scratch0_.is(scratch0_orig_)) masm->push(scratch0_);
217 if (!ecx.is(scratch0_orig_) &&
246 if (!ecx.is(scratch0_orig_) &&
251 if (!scratch0_.is(scratch0_orig_)) masm->pop(scratch0_);
275 Register scratch0_orig_; member in class:v8::internal::RecordWriteStub::RegisterAllocation
  /external/v8/src/x64/
code-stubs-x64.h 182 scratch0_orig_(scratch0),
206 // We don't have to save scratch0_orig_ because it was given to us as
209 if (!scratch0_.is(scratch0_orig_)) masm->Push(scratch0_);
210 if (!rcx.is(scratch0_orig_) &&
239 if (!rcx.is(scratch0_orig_) &&
244 if (!scratch0_.is(scratch0_orig_)) masm->Pop(scratch0_);
270 Register scratch0_orig_; member in class:v8::internal::RecordWriteStub::RegisterAllocation
  /external/v8/src/x87/
code-stubs-x87.h 186 scratch0_orig_(scratch0),
210 // We don't have to save scratch0_orig_ because it was given to us as
213 if (!scratch0_.is(scratch0_orig_)) masm->push(scratch0_);
214 if (!ecx.is(scratch0_orig_) &&
243 if (!ecx.is(scratch0_orig_) &&
248 if (!scratch0_.is(scratch0_orig_)) masm->pop(scratch0_);
272 Register scratch0_orig_; member in class:v8::internal::RecordWriteStub::RegisterAllocation

Completed in 232 milliseconds