Searched refs:temps_ (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 302 EmbeddedContainer<LOperand*, T> temps_; variable 310 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt() 613 temps_[0] = temp1; in LAllocate() 614 temps_[1] = temp2; in LAllocate() 615 temps_[2] = temp3; in LAllocate() 620 LOperand* temp1() { return temps_[0]; } in temp1() 621 LOperand* temp2() { return temps_[1]; } in temp2() 622 LOperand* temp3() { return temps_[2]; } in temp3() 653 temps_[0] = temp; in LArgumentsElements() 656 LOperand* temp() { return temps_[0]; } in temp() [all …]
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 299 EmbeddedContainer<LOperand*, T> temps_; variable 307 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt() 529 temps_[0] = temp; in LWrapReceiver() 534 LOperand* temp() { return temps_[0]; } in temp() 631 temps_[0] = temp1; in LModByConstI() 632 temps_[1] = temp2; in LModByConstI() 637 LOperand* temp1() { return temps_[0]; } in temp1() 638 LOperand* temp2() { return temps_[1]; } in temp2() 653 temps_[0] = temp; in LModI() 658 LOperand* temp() { return temps_[0]; } in temp() [all …]
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 304 EmbeddedContainer<LOperand*, T> temps_; variable 312 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt() 545 temps_[0] = temp; in LWrapReceiver() 550 LOperand* temp() { return temps_[0]; } in temp() 647 temps_[0] = temp1; in LModByConstI() 648 temps_[1] = temp2; in LModByConstI() 653 LOperand* temp1() { return temps_[0]; } in temp1() 654 LOperand* temp2() { return temps_[1]; } in temp2() 669 temps_[0] = temp; in LModI() 674 LOperand* temp() { return temps_[0]; } in temp() [all …]
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 301 EmbeddedContainer<LOperand*, T> temps_; variable 309 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt() 630 temps_[0] = temp1; in LModByConstI() 631 temps_[1] = temp2; in LModByConstI() 636 LOperand* temp1() { return temps_[0]; } in temp1() 637 LOperand* temp2() { return temps_[1]; } in temp2() 652 temps_[0] = temp; in LModI() 657 LOperand* temp() { return temps_[0]; } in temp() 690 temps_[0] = temp1; in LDivByConstI() 691 temps_[1] = temp2; in LDivByConstI() [all …]
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 295 EmbeddedContainer<LOperand*, T> temps_; variable 303 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt() 690 temps_[0] = temp; in LDivI() 695 LOperand* temp() { return temps_[0]; } in temp() 726 temps_[0] = temp; in LFlooringDivByConstI() 731 LOperand* temp() { return temps_[0]; } in temp() 822 temps_[0] = temp; in LMathFloor() 826 LOperand* temp() { return temps_[0]; } in temp() 837 temps_[0] = temp; in LMathRound() 841 LOperand* temp() { return temps_[0]; } in temp() [all …]
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 298 EmbeddedContainer<LOperand*, T> temps_; variable 306 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt() 641 temps_[0] = temp; in LModI() 642 temps_[1] = temp2; in LModI() 647 LOperand* temp() { return temps_[0]; } in temp() 648 LOperand* temp2() { return temps_[1]; } in temp2() 696 temps_[0] = temp; in LDivI() 701 LOperand* temp() { return temps_[0]; } in temp() 732 temps_[0] = temp; in LFlooringDivByConstI() 737 LOperand* temp() { return temps_[0]; } in temp() [all …]
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 298 EmbeddedContainer<LOperand*, T> temps_; variable 306 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt() 693 temps_[0] = temp; in LDivI() 698 LOperand* temp() { return temps_[0]; } in temp() 729 temps_[0] = temp; in LFlooringDivByConstI() 734 LOperand* temp() { return temps_[0]; } in temp() 840 temps_[0] = temp; in LMathFloor() 844 LOperand* temp() { return temps_[0]; } in temp() 855 temps_[0] = temp; in LMathRound() 859 LOperand* temp() { return temps_[0]; } in temp() [all …]
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 294 EmbeddedContainer<LOperand*, T> temps_; variable 302 LOperand* TempAt(int i) final { return temps_[i]; } in TempAt() 712 temps_[0] = temp; in LFlooringDivByConstI() 717 LOperand* temp() { return temps_[0]; } in temp() 835 temps_[0] = temp; in LMathRound() 839 LOperand* temp() { return temps_[0]; } in temp() 896 temps_[0] = temp1; in LMathExp() 897 temps_[1] = temp2; in LMathExp() 898 temps_[2] = double_temp; in LMathExp() 903 LOperand* temp1() { return temps_[0]; } in temp1() [all …]
|
/external/v8/src/ast/ |
D | scopes.cc | 97 temps_(4, zone), in Scope() 120 temps_(4, zone), in Scope() 146 temps_(0, zone), in Scope() 362 DCHECK(temps_.is_empty()); in FinalizeBlockScope() 586 for (int i = temps_.length(); i-- > 0;) { in RemoveTemporary() 587 if (temps_[i] == var) { in RemoveTemporary() 588 temps_.Remove(i); in RemoveTemporary() 674 for (int i = 0; i < temps_.length(); i++) { in CollectStackAndContextLocals() 675 Variable* var = temps_[i]; in CollectStackAndContextLocals() 1051 if (temps_.length() > 0) { in Print() [all …]
|
D | scopes.h | 219 void AddTemporary(Variable* var) { temps_.Add(var, zone()); } in AddTemporary() 625 ZoneList<Variable*> temps_; variable
|