Searched defs:temps_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/src/
H A Dscopes.h441 ZoneList<Variable*> temps_; member in class:v8::internal::Scope
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h312 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
320 virtual LOperand* TempAt(int i) FINAL OVERRIDE { return temps_[i]; }
673 temps_[0] = temp;
674 temps_[1] = temp2;
679 LOperand* temp() { return temps_[0]; }
680 LOperand* temp2() { return temps_[1]; }
728 temps_[0] = temp;
733 LOperand* temp() { return temps_[0]; }
764 temps_[0] = temp;
769 LOperand* temp() { return temps_[
[all...]
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h313 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
321 virtual LOperand* TempAt(int i) FINAL OVERRIDE { return temps_[i]; }
564 temps_[0] = temp;
569 LOperand* temp() { return temps_[0]; }
666 temps_[0] = temp1;
667 temps_[1] = temp2;
672 LOperand* temp1() { return temps_[0]; }
673 LOperand* temp2() { return temps_[1]; }
688 temps_[0] = temp;
693 LOperand* temp() { return temps_[
[all...]
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h309 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
317 virtual LOperand* TempAt(int i) FINAL OVERRIDE { return temps_[i]; }
725 temps_[0] = temp;
730 LOperand* temp() { return temps_[0]; }
761 temps_[0] = temp;
766 LOperand* temp() { return temps_[0]; }
857 temps_[0] = temp;
861 LOperand* temp() { return temps_[0]; }
872 temps_[0] = temp;
876 LOperand* temp() { return temps_[
[all...]
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.h308 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
316 virtual LOperand* TempAt(int i) FINAL OVERRIDE { return temps_[i]; }
724 temps_[0] = temp;
729 LOperand* temp() { return temps_[0]; }
760 temps_[0] = temp;
765 LOperand* temp() { return temps_[0]; }
856 temps_[0] = temp;
860 LOperand* temp() { return temps_[0]; }
871 temps_[0] = temp;
875 LOperand* temp() { return temps_[
[all...]
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h316 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
324 virtual LOperand* TempAt(int i) FINAL OVERRIDE { return temps_[i]; }
666 temps_[0] = temp1;
667 temps_[1] = temp2;
672 LOperand* temp1() { return temps_[0]; }
673 LOperand* temp2() { return temps_[1]; }
688 temps_[0] = temp;
693 LOperand* temp() { return temps_[0]; }
726 temps_[0] = temp1;
727 temps_[
[all...]
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.h318 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
326 virtual LOperand* TempAt(int i) FINAL OVERRIDE { return temps_[i]; }
582 temps_[0] = temp;
587 LOperand* temp() { return temps_[0]; }
684 temps_[0] = temp1;
685 temps_[1] = temp2;
690 LOperand* temp1() { return temps_[0]; }
691 LOperand* temp2() { return temps_[1]; }
706 temps_[0] = temp;
711 LOperand* temp() { return temps_[
[all...]
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.h316 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
324 virtual LOperand* TempAt(int i) FINAL OVERRIDE { return temps_[i]; }
648 temps_[0] = temp1;
649 temps_[1] = temp2;
650 temps_[2] = temp3;
655 LOperand* temp1() { return temps_[0]; }
656 LOperand* temp2() { return temps_[1]; }
657 LOperand* temp3() { return temps_[2]; }
688 temps_[0] = temp;
691 LOperand* temp() { return temps_[
[all...]

Completed in 2965 milliseconds