HomeSort by relevance Sort by last modified time
    Searched refs:scratch0 (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.h 362 Register scratch0)
365 scratch0_orig_(scratch0),
368 scratch0_(scratch0) {
369 ASSERT(!AreAliased(scratch0, object, address, no_reg));
371 if (scratch0.is(ecx)) {
467 inline Register scratch0() { return scratch0_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
macro-assembler-ia32.h 130 Register scratch0,
138 Register scratch0,
    [all...]
  /external/chromium_org/v8/src/x64/
code-stubs-x64.h 352 Register scratch0)
355 scratch0_orig_(scratch0),
358 scratch0_(scratch0) {
359 ASSERT(!AreAliased(scratch0, object, address, no_reg));
361 if (scratch0.is(rcx)) {
437 inline Register scratch0() { return scratch0_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
ic-x64.cc 171 Register scratch0,
181 // scratch0 - used during the positive dictionary lookup and is clobbered.
192 scratch0,
195 // If probing finds an entry in the dictionary, scratch0 contains the
222 __ movq(scratch0, value);
223 __ RecordWrite(elements, scratch1, scratch0, kDontSaveFPRegs);
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.cc 279 __ li(scratch0(), Operand(Smi::FromInt(StackFrame::STUB)));
280 __ push(scratch0());
332 __ li(scratch0(), Operand(Smi::FromInt(StackFrame::STUB)));
333 __ push(scratch0());
787 Register scratch = scratch0();
    [all...]
code-stubs-mips.h 360 Register scratch0)
363 scratch0_(scratch0) {
364 ASSERT(!AreAliased(scratch0, object, address, no_reg));
399 inline Register scratch0() { return scratch0_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
487 Register scratch0);
code-stubs-mips.cc 1286 const Register scratch0 = t5; local
    [all...]
stub-cache-mips.cc 124 Register scratch0,
127 ASSERT(!receiver.is(scratch0));
129 __ IncrementCounter(counters->negative_lookups(), 1, scratch0, scratch1);
130 __ IncrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
140 __ lbu(scratch0, FieldMemOperand(map, Map::kBitFieldOffset));
141 __ And(scratch0, scratch0, Operand(kInterceptorOrAccessCheckNeededMask));
142 __ Branch(miss_label, ne, scratch0, Operand(zero_reg));
145 __ lbu(scratch0, FieldMemOperand(map, Map::kInstanceTypeOffset));
146 __ Branch(miss_label, lt, scratch0, Operand(FIRST_SPEC_OBJECT_TYPE))
    [all...]
ic-mips.cc 67 Register scratch0,
74 // scratch0: used to holds the receiver map.
82 __ GetObjectType(receiver, scratch0, scratch1);
91 __ lbu(scratch1, FieldMemOperand(scratch0, Map::kBitFieldOffset));
98 __ LoadRoot(scratch0, Heap::kHashTableMapRootIndex);
99 __ Branch(miss, ne, scratch1, Operand(scratch0));
    [all...]
lithium-codegen-mips.h 170 Register scratch0() { return kLithiumScratchReg; } function in class:v8::internal::LCodeGen
  /external/chromium_org/v8/src/arm/
code-stubs-arm.h 344 Register scratch0)
347 scratch0_(scratch0) {
348 ASSERT(!AreAliased(scratch0, object, address, no_reg));
383 inline Register scratch0() { return scratch0_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
471 Register scratch0);
lithium-codegen-arm.cc 282 __ mov(scratch0(), Operand(Smi::FromInt(StackFrame::STUB)));
283 __ push(scratch0());
348 __ mov(scratch0(), Operand(Smi::FromInt(StackFrame::STUB)));
349 __ push(scratch0());
818 Register scratch = scratch0();
    [all...]
code-stubs-arm.cc 1244 const Register scratch0 = r9; local
    [all...]
stub-cache-arm.cc 128 Register scratch0,
131 ASSERT(!receiver.is(scratch0));
133 __ IncrementCounter(counters->negative_lookups(), 1, scratch0, scratch1);
134 __ IncrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
144 __ ldrb(scratch0, FieldMemOperand(map, Map::kBitFieldOffset));
145 __ tst(scratch0, Operand(kInterceptorOrAccessCheckNeededMask));
149 __ ldrb(scratch0, FieldMemOperand(map, Map::kInstanceTypeOffset));
150 __ cmp(scratch0, Operand(FIRST_SPEC_OBJECT_TYPE));
154 Register properties = scratch0;
175 __ DecrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1)
    [all...]
macro-assembler-arm.h 225 Register scratch0,
232 Register scratch0,
    [all...]
lithium-codegen-arm.h 171 Register scratch0() { return r9; } function in class:v8::internal::LCodeGen
  /external/v8/src/mips/
lithium-codegen-mips.cc 864 Register scratch = scratch0();
871 Register scratch = scratch0();
949 Register scratch = scratch0();
    [all...]
code-stubs-mips.h 564 Register scratch0)
567 scratch0_(scratch0) {
568 ASSERT(!AreAliased(scratch0, object, address, no_reg));
605 inline Register scratch0() { return scratch0_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
    [all...]
ic-mips.cc 67 Register scratch0,
74 // scratch0: used to holds the receiver map.
82 __ GetObjectType(receiver, scratch0, scratch1);
91 __ lbu(scratch1, FieldMemOperand(scratch0, Map::kBitFieldOffset));
98 __ LoadRoot(scratch0, Heap::kHashTableMapRootIndex);
99 __ Branch(miss, ne, scratch1, Operand(scratch0));
    [all...]
code-stubs-mips.cc 3341 const Register scratch0 = t5; local
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.h 557 Register scratch0)
560 scratch0_orig_(scratch0),
563 scratch0_(scratch0) {
564 ASSERT(!AreAliased(scratch0, object, address, no_reg));
566 if (scratch0.is(ecx)) {
662 inline Register scratch0() { return scratch0_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
macro-assembler-ia32.h 113 Register scratch0,
121 Register scratch0,
    [all...]
  /external/v8/src/x64/
code-stubs-x64.h 559 Register scratch0)
562 scratch0_orig_(scratch0),
565 scratch0_(scratch0) {
566 ASSERT(!AreAliased(scratch0, object, address, no_reg));
568 if (scratch0.is(rcx)) {
644 inline Register scratch0() { return scratch0_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
  /external/v8/src/arm/
lithium-codegen-arm.cc 931 Register scratch = scratch0();
    [all...]
code-stubs-arm.h 549 Register scratch0)
552 scratch0_(scratch0) {
553 ASSERT(!AreAliased(scratch0, object, address, no_reg));
604 inline Register scratch0() { return scratch0_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
    [all...]

Completed in 2643 milliseconds

1 2 3