/external/chromium_org/v8/src/x64/ |
code-stubs-x64.h | 391 scratch1_ = GetRegThatIsNotRcxOr(object_, address_, scratch0_); 393 scratch0_ = GetRegThatIsNotRcxOr(object_, address_, scratch1_); 396 object_ = GetRegThatIsNotRcxOr(address_, scratch0_, scratch1_); 399 address_ = GetRegThatIsNotRcxOr(object_, scratch0_, scratch1_); 407 ASSERT(!AreAliased(object_, address_, scratch1_, scratch0_)); 408 ASSERT(!AreAliased(object_orig_, address_, scratch1_, scratch0_)); 409 ASSERT(!AreAliased(object_, address_orig_, scratch1_, scratch0_)); 419 masm->push(scratch1_); 442 masm->pop(scratch1_); 458 masm->PushCallerSaved(mode, scratch0_, scratch1_, rcx) 478 Register scratch1_; member in class:v8::internal::RecordWriteStub::RegisterAllocation [all...] |
/external/chromium_org/v8/src/ia32/ |
code-stubs-ia32.h | 397 scratch1_ = GetRegThatIsNotEcxOr(object_, address_, scratch0_); 399 scratch0_ = GetRegThatIsNotEcxOr(object_, address_, scratch1_); 402 object_ = GetRegThatIsNotEcxOr(address_, scratch0_, scratch1_); 405 address_ = GetRegThatIsNotEcxOr(object_, scratch0_, scratch1_); 413 ASSERT(!AreAliased(object_, address_, scratch1_, scratch0_)); 414 ASSERT(!AreAliased(object_orig_, address_, scratch1_, scratch0_)); 415 ASSERT(!AreAliased(object_, address_orig_, scratch1_, scratch0_)); 425 masm->push(scratch1_); 448 masm->pop(scratch1_); 462 if (!scratch0_.is(eax) && !scratch1_.is(eax)) masm->push(eax) 504 Register scratch1_; member in class:v8::internal::RecordWriteStub::RegisterAllocation [all...] |
/external/v8/src/ia32/ |
code-stubs-ia32.h | 565 scratch1_ = GetRegThatIsNotEcxOr(object_, address_, scratch0_); 567 scratch0_ = GetRegThatIsNotEcxOr(object_, address_, scratch1_); 570 object_ = GetRegThatIsNotEcxOr(address_, scratch0_, scratch1_); 573 address_ = GetRegThatIsNotEcxOr(object_, scratch0_, scratch1_); 581 ASSERT(!AreAliased(object_, address_, scratch1_, scratch0_)); 582 ASSERT(!AreAliased(object_orig_, address_, scratch1_, scratch0_)); 583 ASSERT(!AreAliased(object_, address_orig_, scratch1_, scratch0_)); 593 masm->push(scratch1_); 616 masm->pop(scratch1_); 630 if (!scratch0_.is(eax) && !scratch1_.is(eax)) masm->push(eax) 672 Register scratch1_; member in class:v8::internal::RecordWriteStub::RegisterAllocation [all...] |
/external/v8/src/x64/ |
code-stubs-x64.h | 567 scratch1_ = GetRegThatIsNotRcxOr(object_, address_, scratch0_); 569 scratch0_ = GetRegThatIsNotRcxOr(object_, address_, scratch1_); 572 object_ = GetRegThatIsNotRcxOr(address_, scratch0_, scratch1_); 575 address_ = GetRegThatIsNotRcxOr(object_, scratch0_, scratch1_); 583 ASSERT(!AreAliased(object_, address_, scratch1_, scratch0_)); 584 ASSERT(!AreAliased(object_orig_, address_, scratch1_, scratch0_)); 585 ASSERT(!AreAliased(object_, address_orig_, scratch1_, scratch0_)); 595 masm->push(scratch1_); 618 masm->pop(scratch1_); 634 masm->PushCallerSaved(mode, scratch0_, scratch1_, rcx) 654 Register scratch1_; member in class:v8::internal::RecordWriteStub::RegisterAllocation [all...] |
/external/chromium_org/v8/src/arm/ |
code-stubs-arm.h | 379 scratch1_ = GetRegThatIsNotOneOf(object_, address_, scratch0_); 383 ASSERT(!AreAliased(object_, address_, scratch1_, scratch0_)); 386 masm->push(scratch1_); 390 masm->pop(scratch1_); 397 masm->stm(db_w, sp, (kCallerSaved | lr.bit()) & ~scratch1_.bit()); 408 masm->ldm(ia_w, sp, (kCallerSaved | lr.bit()) & ~scratch1_.bit()); 414 inline Register scratch1() { return scratch1_; } 420 Register scratch1_; member in class:v8::internal::RecordWriteStub::RegisterAllocation
|
/external/chromium_org/v8/src/mips/ |
code-stubs-mips.h | 394 scratch1_ = GetRegThatIsNotOneOf(object_, address_, scratch0_); 398 ASSERT(!AreAliased(object_, address_, scratch1_, scratch0_)); 401 masm->push(scratch1_); 405 masm->pop(scratch1_); 412 masm->MultiPush((kJSCallerSaved | ra.bit()) & ~scratch1_.bit()); 423 masm->MultiPop((kJSCallerSaved | ra.bit()) & ~scratch1_.bit()); 429 inline Register scratch1() { return scratch1_; } 435 Register scratch1_; member in class:v8::internal::RecordWriteStub::RegisterAllocation
|
/external/v8/src/arm/ |
code-stubs-arm.h | 554 scratch1_ = GetRegThatIsNotOneOf(object_, address_, scratch0_); 558 ASSERT(!AreAliased(object_, address_, scratch1_, scratch0_)); 561 masm->push(scratch1_); 565 masm->pop(scratch1_); 572 masm->stm(db_w, sp, (kCallerSaved | lr.bit()) & ~scratch1_.bit()); 599 masm->ldm(ia_w, sp, (kCallerSaved | lr.bit()) & ~scratch1_.bit()); 605 inline Register scratch1() { return scratch1_; } 611 Register scratch1_; member in class:v8::internal::RecordWriteStub::RegisterAllocation [all...] |
/external/v8/src/mips/ |
code-stubs-mips.h | 569 scratch1_ = GetRegThatIsNotOneOf(object_, address_, scratch0_); 573 ASSERT(!AreAliased(object_, address_, scratch1_, scratch0_)); 576 masm->push(scratch1_); 580 masm->pop(scratch1_); 587 masm->MultiPush((kJSCallerSaved | ra.bit()) & ~scratch1_.bit()); 600 masm->MultiPop((kJSCallerSaved | ra.bit()) & ~scratch1_.bit()); 606 inline Register scratch1() { return scratch1_; } 612 Register scratch1_; member in class:v8::internal::RecordWriteStub::RegisterAllocation [all...] |