HomeSort by relevance Sort by last modified time
    Searched refs:temps_ (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/v8/src/arm64/
lithium-arm64.h 316 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_[0];
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.h 313 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_[0];
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.h 318 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_[0];
    [all...]
  /art/compiler/optimizing/
locations.cc 25 temps_(instruction->GetBlock()->GetGraph()->GetArena(), 0) {
locations.h 297 temps_.Add(location);
301 return temps_.Get(at);
305 temps_.Put(at, location);
309 return temps_.Size();
316 GrowableArray<Location> temps_;
  /external/chromium_org/v8/src/x64/
lithium-x64.h 316 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_[1] = temp2
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.h 312 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_[0];
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.h 309 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_[0];
    [all...]
  /external/chromium_org/v8/src/mips64/
lithium-mips64.h 308 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_[0];
    [all...]
  /external/chromium_org/v8/src/
scopes.cc 76 temps_(4, zone),
102 temps_(4, zone),
127 temps_(0, zone),
348 DCHECK(temps_.is_empty());
520 temps_.Add(var, zone());
600 for (int i = 0; i < temps_.length(); i++) {
601 Variable* var = temps_[i];
903 if (temps_.length() > 0) {
905 for (int i = 0; i < temps_.length(); i++) {
906 PrintVar(n1, temps_[i])
    [all...]
scopes.h 441 ZoneList<Variable*> temps_; member in class:v8::internal::Scope

Completed in 388 milliseconds