/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...] |
code-stubs-mips.cc | 3341 const Register scratch0 = t5; local [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 | 156 Register scratch0() { return kLithiumScratchReg; } function in class:v8::internal::BASE_EMBEDDED
|
stub-cache-mips.cc | 129 Register scratch0, 133 __ IncrementCounter(counters->negative_lookups(), 1, scratch0, scratch1); 134 __ IncrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1); 144 __ lbu(scratch0, FieldMemOperand(map, Map::kBitFieldOffset)); 145 __ And(scratch0, scratch0, Operand(kInterceptorOrAccessCheckNeededMask)); 146 __ Branch(miss_label, ne, scratch0, Operand(zero_reg)); 149 __ lbu(scratch0, FieldMemOperand(map, Map::kInstanceTypeOffset)); 150 __ Branch(miss_label, lt, scratch0, Operand(FIRST_SPEC_OBJECT_TYPE)); 153 Register properties = scratch0; [all...] |
full-codegen-mips.cc | 759 Register scratch0, 762 ASSERT(!scratch0.is(src)); 763 ASSERT(!scratch0.is(scratch1)); 765 MemOperand location = VarOperand(var, scratch0); 769 __ RecordWriteContextSlot(scratch0, 3060 Register scratch0 = t5; local [all...] |
macro-assembler-mips.h | 337 Register scratch0, 344 Register scratch0, [all...] |
/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...] |
lithium-codegen-arm.h | 160 Register scratch0() { return r9; } function in class:v8::internal::BASE_EMBEDDED
|
code-stubs-arm.cc | 3219 const Register scratch0 = r9; local [all...] |
full-codegen-arm.cc | 750 Register scratch0, 753 ASSERT(!scratch0.is(src)); 754 ASSERT(!scratch0.is(scratch1)); 756 MemOperand location = VarOperand(var, scratch0); 761 __ RecordWriteContextSlot(scratch0, 3040 Register scratch0 = r9; local [all...] |
stub-cache-arm.cc | 138 Register scratch0, 142 __ IncrementCounter(counters->negative_lookups(), 1, scratch0, scratch1); 143 __ IncrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1); 153 __ ldrb(scratch0, FieldMemOperand(map, Map::kBitFieldOffset)); 154 __ tst(scratch0, Operand(kInterceptorOrAccessCheckNeededMask)); 158 __ ldrb(scratch0, FieldMemOperand(map, Map::kInstanceTypeOffset)); 159 __ cmp(scratch0, Operand(FIRST_SPEC_OBJECT_TYPE)); 163 Register properties = scratch0; 184 __ DecrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1); [all...] |
macro-assembler-arm.h | 224 Register scratch0, 231 Register scratch0, [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
|
full-codegen-ia32.cc | 728 Register scratch0, 731 ASSERT(!scratch0.is(src)); 732 ASSERT(!scratch0.is(scratch1)); 734 MemOperand location = VarOperand(var, scratch0); 740 ASSERT(!scratch0.is(esi) && !src.is(esi) && !scratch1.is(esi)); 741 __ RecordWriteContextSlot(scratch0, offset, src, scratch1, kDontSaveFPRegs); [all...] |
macro-assembler-ia32.h | 113 Register scratch0, 121 Register scratch0, [all...] |
code-stubs-ia32.cc | [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
|
ic-x64.cc | 171 Register scratch0, 181 // scratch0 - used for index into the property dictionary and is clobbered. 193 scratch0, 196 // If probing finds an entry in the dictionary, scratch0 contains the 223 __ movq(scratch0, value); 224 __ RecordWrite(elements, scratch1, scratch0, kDontSaveFPRegs); [all...] |
full-codegen-x64.cc | 669 Register scratch0, 672 ASSERT(!scratch0.is(src)); 673 ASSERT(!scratch0.is(scratch1)); 675 MemOperand location = VarOperand(var, scratch0); 681 __ RecordWriteContextSlot(scratch0, offset, src, scratch1, kDontSaveFPRegs); [all...] |
code-stubs-x64.cc | [all...] |
/external/v8/src/ |
full-codegen.h | 330 // the context, the write barrier will be emitted and source, scratch0, 335 Register scratch0,
|
/bionic/libc/kernel/arch-mips/asm/mach-au1x00/ |
au1000.h | 839 u32 scratch0; member in struct:__anon79 [all...] |