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

1 2 3

  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.cc 302 __ li(scratch0(), Operand(Smi::FromInt(StackFrame::STUB)));
303 __ push(scratch0());
364 __ li(scratch0(), Operand(Smi::FromInt(StackFrame::STUB)));
365 __ push(scratch0());
    [all...]
code-stubs-mips.h 389 Register scratch0)
392 scratch0_(scratch0) {
393 ASSERT(!AreAliased(scratch0, object, address, no_reg));
428 inline Register scratch0() { return scratch0_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
658 Register scratch0);
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...]
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 2594 const Register scratch0 = t5; local
    [all...]
lithium-codegen-mips.h 201 Register scratch0() { return kLithiumScratchReg; } function in class:v8::internal::BASE_EMBEDDED
  /external/chromium_org/v8/src/x64/
code-stubs-x64.h 383 Register scratch0)
386 scratch0_orig_(scratch0),
389 scratch0_(scratch0) {
390 ASSERT(!AreAliased(scratch0, object, address, no_reg));
392 if (scratch0.is(rcx)) {
468 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/arm/
code-stubs-arm.h 374 Register scratch0)
377 scratch0_(scratch0) {
378 ASSERT(!AreAliased(scratch0, object, address, no_reg));
413 inline Register scratch0() { return scratch0_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
531 Register scratch0);
lithium-codegen-arm.cc 308 __ mov(scratch0(), Operand(Smi::FromInt(StackFrame::STUB)));
309 __ push(scratch0());
373 __ mov(scratch0(), Operand(Smi::FromInt(StackFrame::STUB)));
374 __ push(scratch0());
    [all...]
stub-cache-arm.cc 133 Register scratch0,
137 __ IncrementCounter(counters->negative_lookups(), 1, scratch0, scratch1);
138 __ IncrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
148 __ ldrb(scratch0, FieldMemOperand(map, Map::kBitFieldOffset));
149 __ tst(scratch0, Operand(kInterceptorOrAccessCheckNeededMask));
153 __ ldrb(scratch0, FieldMemOperand(map, Map::kInstanceTypeOffset));
154 __ cmp(scratch0, Operand(FIRST_SPEC_OBJECT_TYPE));
158 Register properties = scratch0;
179 __ DecrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
    [all...]
code-stubs-arm.cc 2299 const Register scratch0 = r9; local
    [all...]
lithium-codegen-arm.h 202 Register scratch0() { return r9; } function in class:v8::internal::BASE_EMBEDDED
  /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...]
lithium-codegen-mips.h 156 Register scratch0() { return kLithiumScratchReg; } function in class:v8::internal::BASE_EMBEDDED
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.h 389 Register scratch0)
392 scratch0_orig_(scratch0),
395 scratch0_(scratch0) {
396 ASSERT(!AreAliased(scratch0, object, address, no_reg));
398 if (scratch0.is(ecx)) {
494 inline Register scratch0() { return scratch0_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
  /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...]
lithium-codegen-arm.h 160 Register scratch0() { return r9; } function in class:v8::internal::BASE_EMBEDDED

Completed in 460 milliseconds

1 2 3