Searched refs:scratch0_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/src/x64/
H A Dcode-stubs-x64.h358 scratch0_(scratch0) {
360 scratch1_ = GetRegThatIsNotRcxOr(object_, address_, scratch0_);
362 scratch0_ = GetRegThatIsNotRcxOr(object_, address_, scratch1_);
365 object_ = GetRegThatIsNotRcxOr(address_, scratch0_, scratch1_);
368 address_ = GetRegThatIsNotRcxOr(object_, scratch0_, scratch1_);
370 ASSERT(!AreAliased(scratch0_, object_, address_, rcx));
376 ASSERT(!AreAliased(object_, address_, scratch1_, scratch0_));
377 ASSERT(!AreAliased(object_orig_, address_, scratch1_, scratch0_));
378 ASSERT(!AreAliased(object_, address_orig_, scratch1_, scratch0_));
381 // we should save the new scratch0_
446 Register scratch0_; member in class:v8::internal::RecordWriteStub::RegisterAllocation
[all...]
/external/chromium_org/v8/src/ia32/
H A Dcode-stubs-ia32.h368 scratch0_(scratch0) {
370 scratch1_ = GetRegThatIsNotEcxOr(object_, address_, scratch0_);
372 scratch0_ = GetRegThatIsNotEcxOr(object_, address_, scratch1_);
375 object_ = GetRegThatIsNotEcxOr(address_, scratch0_, scratch1_);
378 address_ = GetRegThatIsNotEcxOr(object_, scratch0_, scratch1_);
380 ASSERT(!AreAliased(scratch0_, object_, address_, ecx));
386 ASSERT(!AreAliased(object_, address_, scratch1_, scratch0_));
387 ASSERT(!AreAliased(object_orig_, address_, scratch1_, scratch0_));
388 ASSERT(!AreAliased(object_, address_orig_, scratch1_, scratch0_));
391 // we should save the new scratch0_
476 Register scratch0_; member in class:v8::internal::RecordWriteStub::RegisterAllocation
[all...]
/external/v8/src/x64/
H A Dcode-stubs-x64.h565 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/v8/src/ia32/
H A Dcode-stubs-ia32.h563 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/chromium_org/v8/src/arm/
H A Dcode-stubs-arm.h347 scratch0_(scratch0) {
349 scratch1_ = GetRegisterThatIsNotOneOf(object_, address_, scratch0_);
353 ASSERT(!AreAliased(object_, address_, scratch1_, scratch0_));
354 // We don't have to save scratch0_ because it was given to us as
369 masm->SaveFPRegs(sp, scratch0_);
376 masm->RestoreFPRegs(sp, scratch0_);
383 inline Register scratch0() { return scratch0_; }
389 Register scratch0_; member in class:v8::internal::RecordWriteStub::RegisterAllocation
/external/chromium_org/v8/src/mips/
H A Dcode-stubs-mips.h363 scratch0_(scratch0) {
365 scratch1_ = GetRegisterThatIsNotOneOf(object_, address_, scratch0_);
369 ASSERT(!AreAliased(object_, address_, scratch1_, scratch0_));
370 // We don't have to save scratch0_ because it was given to us as
399 inline Register scratch0() { return scratch0_; }
405 Register scratch0_; member in class:v8::internal::RecordWriteStub::RegisterAllocation
/external/v8/src/arm/
H A Dcode-stubs-arm.h552 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
/external/v8/src/mips/
H A Dcode-stubs-mips.h567 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

Completed in 55 milliseconds