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

/external/chromium_org/v8/src/x64/
H A Dcode-stubs-x64.h360 scratch1_ = GetRegThatIsNotRcxOr(object_, address_, scratch0_);
362 scratch0_ = GetRegThatIsNotRcxOr(object_, address_, scratch1_);
365 object_ = GetRegThatIsNotRcxOr(address_, scratch0_, scratch1_);
368 address_ = GetRegThatIsNotRcxOr(object_, scratch0_, scratch1_);
376 ASSERT(!AreAliased(object_, address_, scratch1_, scratch0_));
377 ASSERT(!AreAliased(object_orig_, address_, scratch1_, scratch0_));
378 ASSERT(!AreAliased(object_, address_orig_, scratch1_, scratch0_));
388 masm->push(scratch1_);
411 masm->pop(scratch1_);
427 masm->PushCallerSaved(mode, scratch0_, scratch1_, rc
447 Register scratch1_; member in class:v8::internal::RecordWriteStub::RegisterAllocation
[all...]
/external/chromium_org/v8/src/ia32/
H A Dcode-stubs-ia32.h370 scratch1_ = GetRegThatIsNotEcxOr(object_, address_, scratch0_);
372 scratch0_ = GetRegThatIsNotEcxOr(object_, address_, scratch1_);
375 object_ = GetRegThatIsNotEcxOr(address_, scratch0_, scratch1_);
378 address_ = GetRegThatIsNotEcxOr(object_, scratch0_, scratch1_);
386 ASSERT(!AreAliased(object_, address_, scratch1_, scratch0_));
387 ASSERT(!AreAliased(object_orig_, address_, scratch1_, scratch0_));
388 ASSERT(!AreAliased(object_, address_orig_, scratch1_, scratch0_));
398 masm->push(scratch1_);
421 masm->pop(scratch1_);
435 if (!scratch0_.is(eax) && !scratch1_
477 Register scratch1_; member in class:v8::internal::RecordWriteStub::RegisterAllocation
[all...]
/external/v8/src/x64/
H A Dcode-stubs-x64.h567 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_, rc
654 Register scratch1_; member in class:v8::internal::RecordWriteStub::RegisterAllocation
[all...]
/external/chromium_org/v8/src/arm/
H A Dcode-stubs-arm.h349 scratch1_ = GetRegisterThatIsNotOneOf(object_, address_, scratch0_);
353 ASSERT(!AreAliased(object_, address_, scratch1_, scratch0_));
356 masm->push(scratch1_);
360 masm->pop(scratch1_);
367 masm->stm(db_w, sp, (kCallerSaved | lr.bit()) & ~scratch1_.bit());
378 masm->ldm(ia_w, sp, (kCallerSaved | lr.bit()) & ~scratch1_.bit());
384 inline Register scratch1() { return scratch1_; }
390 Register scratch1_; member in class:v8::internal::RecordWriteStub::RegisterAllocation
/external/chromium_org/v8/src/mips/
H A Dcode-stubs-mips.h365 scratch1_ = GetRegisterThatIsNotOneOf(object_, address_, scratch0_);
369 ASSERT(!AreAliased(object_, address_, scratch1_, scratch0_));
372 masm->push(scratch1_);
376 masm->pop(scratch1_);
383 masm->MultiPush((kJSCallerSaved | ra.bit()) & ~scratch1_.bit());
394 masm->MultiPop((kJSCallerSaved | ra.bit()) & ~scratch1_.bit());
400 inline Register scratch1() { return scratch1_; }
406 Register scratch1_; member in class:v8::internal::RecordWriteStub::RegisterAllocation
/external/v8/src/ia32/
H A Dcode-stubs-ia32.h565 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_
672 Register scratch1_; member in class:v8::internal::RecordWriteStub::RegisterAllocation
[all...]
/external/v8/src/arm/
H A Dcode-stubs-arm.h554 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
/external/v8/src/mips/
H A Dcode-stubs-mips.h569 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

Completed in 52 milliseconds