/external/chromium_org/v8/src/x64/ |
code-stubs-x64.h | 389 scratch0_(scratch0) { 391 scratch1_ = GetRegThatIsNotRcxOr(object_, address_, scratch0_); 393 scratch0_ = GetRegThatIsNotRcxOr(object_, address_, scratch1_); 396 object_ = GetRegThatIsNotRcxOr(address_, scratch0_, scratch1_); 399 address_ = GetRegThatIsNotRcxOr(object_, scratch0_, scratch1_); 401 ASSERT(!AreAliased(scratch0_, object_, address_, rcx)); 407 ASSERT(!AreAliased(object_, address_, scratch1_, scratch0_)); 408 ASSERT(!AreAliased(object_orig_, address_, scratch1_, scratch0_)); 409 ASSERT(!AreAliased(object_, address_orig_, scratch1_, scratch0_)); 412 // we should save the new scratch0_ 477 Register scratch0_; member in class:v8::internal::RecordWriteStub::RegisterAllocation [all...] |
/external/chromium_org/v8/src/ia32/ |
code-stubs-ia32.h | 395 scratch0_(scratch0) { 397 scratch1_ = GetRegThatIsNotEcxOr(object_, address_, scratch0_); 399 scratch0_ = GetRegThatIsNotEcxOr(object_, address_, scratch1_); 402 object_ = GetRegThatIsNotEcxOr(address_, scratch0_, scratch1_); 405 address_ = GetRegThatIsNotEcxOr(object_, scratch0_, scratch1_); 407 ASSERT(!AreAliased(scratch0_, object_, address_, ecx)); 413 ASSERT(!AreAliased(object_, address_, scratch1_, scratch0_)); 414 ASSERT(!AreAliased(object_orig_, address_, scratch1_, scratch0_)); 415 ASSERT(!AreAliased(object_, address_orig_, scratch1_, scratch0_)); 418 // we should save the new scratch0_ 503 Register scratch0_; member in class:v8::internal::RecordWriteStub::RegisterAllocation [all...] |
/external/v8/src/ia32/ |
code-stubs-ia32.h | 563 scratch0_(scratch0) { 565 scratch1_ = GetRegThatIsNotEcxOr(object_, address_, scratch0_); 567 scratch0_ = GetRegThatIsNotEcxOr(object_, address_, scratch1_); 570 object_ = GetRegThatIsNotEcxOr(address_, scratch0_, scratch1_); 573 address_ = GetRegThatIsNotEcxOr(object_, scratch0_, scratch1_); 575 ASSERT(!AreAliased(scratch0_, object_, address_, ecx)); 581 ASSERT(!AreAliased(object_, address_, scratch1_, scratch0_)); 582 ASSERT(!AreAliased(object_orig_, address_, scratch1_, scratch0_)); 583 ASSERT(!AreAliased(object_, address_orig_, scratch1_, scratch0_)); 586 // we should save the new scratch0_ 671 Register scratch0_; member in class:v8::internal::RecordWriteStub::RegisterAllocation [all...] |
/external/v8/src/x64/ |
code-stubs-x64.h | 565 scratch0_(scratch0) { 567 scratch1_ = GetRegThatIsNotRcxOr(object_, address_, scratch0_); 569 scratch0_ = GetRegThatIsNotRcxOr(object_, address_, scratch1_); 572 object_ = GetRegThatIsNotRcxOr(address_, scratch0_, scratch1_); 575 address_ = GetRegThatIsNotRcxOr(object_, scratch0_, scratch1_); 577 ASSERT(!AreAliased(scratch0_, object_, address_, rcx)); 583 ASSERT(!AreAliased(object_, address_, scratch1_, scratch0_)); 584 ASSERT(!AreAliased(object_orig_, address_, scratch1_, scratch0_)); 585 ASSERT(!AreAliased(object_, address_orig_, scratch1_, scratch0_)); 588 // we should save the new scratch0_ 653 Register scratch0_; member in class:v8::internal::RecordWriteStub::RegisterAllocation [all...] |
/external/chromium_org/v8/src/arm/ |
code-stubs-arm.h | 377 scratch0_(scratch0) { 379 scratch1_ = GetRegThatIsNotOneOf(object_, address_, scratch0_); 383 ASSERT(!AreAliased(object_, address_, scratch1_, scratch0_)); 384 // We don't have to save scratch0_ because it was given to us as 399 masm->SaveFPRegs(sp, scratch0_); 406 masm->RestoreFPRegs(sp, scratch0_); 413 inline Register scratch0() { return scratch0_; } 419 Register scratch0_; member in class:v8::internal::RecordWriteStub::RegisterAllocation
|
/external/chromium_org/v8/src/mips/ |
code-stubs-mips.h | 392 scratch0_(scratch0) { 394 scratch1_ = GetRegThatIsNotOneOf(object_, address_, scratch0_); 398 ASSERT(!AreAliased(object_, address_, scratch1_, scratch0_)); 399 // We don't have to save scratch0_ because it was given to us as 428 inline Register scratch0() { return scratch0_; } 434 Register scratch0_; member in class:v8::internal::RecordWriteStub::RegisterAllocation
|
/external/v8/src/arm/ |
code-stubs-arm.h | 552 scratch0_(scratch0) { 554 scratch1_ = GetRegThatIsNotOneOf(object_, address_, scratch0_); 558 ASSERT(!AreAliased(object_, address_, scratch1_, scratch0_)); 559 // We don't have to save scratch0_ because it was given to us as 604 inline Register scratch0() { return scratch0_; } 610 Register scratch0_; member in class:v8::internal::RecordWriteStub::RegisterAllocation [all...] |
/external/v8/src/mips/ |
code-stubs-mips.h | 567 scratch0_(scratch0) { 569 scratch1_ = GetRegThatIsNotOneOf(object_, address_, scratch0_); 573 ASSERT(!AreAliased(object_, address_, scratch1_, scratch0_)); 574 // We don't have to save scratch0_ because it was given to us as 605 inline Register scratch0() { return scratch0_; } 611 Register scratch0_; member in class:v8::internal::RecordWriteStub::RegisterAllocation [all...] |