Searched refs:temps_ (Results 1 - 12 of 12) sorted by relevance

/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h302 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
310 LOperand* TempAt(int i) final { return temps_[i]; }
519 temps_[0] = temp;
524 LOperand* temp() { return temps_[0]; }
622 temps_[0] = temp1;
623 temps_[1] = temp2;
628 LOperand* temp1() { return temps_[0]; }
629 LOperand* temp2() { return temps_[1]; }
644 temps_[0] = temp;
649 LOperand* temp() { return temps_[
[all...]
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h305 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
313 LOperand* TempAt(int i) final { return temps_[i]; }
533 temps_[0] = temp;
538 LOperand* temp() { return temps_[0]; }
636 temps_[0] = temp1;
637 temps_[1] = temp2;
642 LOperand* temp1() { return temps_[0]; }
643 LOperand* temp2() { return temps_[1]; }
658 temps_[0] = temp;
663 LOperand* temp() { return temps_[
[all...]
/external/v8/src/parsing/
H A Dparameter-initializer-rewriter.cc47 std::vector<std::pair<Variable*, int>> temps_; member in class:v8::internal::__anon17449::final
58 if (!temps_.empty()) {
60 std::sort(temps_.begin(), temps_.end(), LessThanSecond());
61 for (auto var_and_index : temps_) {
103 temps_.push_back(std::make_pair(var, index));
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h303 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
311 LOperand* TempAt(int i) final { return temps_[i]; }
614 temps_[0] = temp1;
615 temps_[1] = temp2;
616 temps_[2] = temp3;
621 LOperand* temp1() { return temps_[0]; }
622 LOperand* temp2() { return temps_[1]; }
623 LOperand* temp3() { return temps_[2]; }
633 temps_[0] = temp1;
634 temps_[
[all...]
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h304 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
312 LOperand* TempAt(int i) final { return temps_[i]; }
621 temps_[0] = temp1;
622 temps_[1] = temp2;
627 LOperand* temp1() { return temps_[0]; }
628 LOperand* temp2() { return temps_[1]; }
643 temps_[0] = temp;
648 LOperand* temp() { return temps_[0]; }
681 temps_[0] = temp1;
682 temps_[
[all...]
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h299 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
307 LOperand* TempAt(int i) final { return temps_[i]; }
630 temps_[0] = temp;
631 temps_[1] = temp2;
636 LOperand* temp() { return temps_[0]; }
637 LOperand* temp2() { return temps_[1]; }
685 temps_[0] = temp;
690 LOperand* temp() { return temps_[0]; }
721 temps_[0] = temp;
726 LOperand* temp() { return temps_[
[all...]
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h297 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
305 LOperand* TempAt(int i) final { return temps_[i]; }
680 temps_[0] = temp;
685 LOperand* temp() { return temps_[0]; }
716 temps_[0] = temp;
721 LOperand* temp() { return temps_[0]; }
812 temps_[0] = temp;
816 LOperand* temp() { return temps_[0]; }
827 temps_[0] = temp;
831 LOperand* temp() { return temps_[
[all...]
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h300 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
308 LOperand* TempAt(int i) final { return temps_[i]; }
683 temps_[0] = temp;
688 LOperand* temp() { return temps_[0]; }
719 temps_[0] = temp;
724 LOperand* temp() { return temps_[0]; }
830 temps_[0] = temp;
834 LOperand* temp() { return temps_[0]; }
845 temps_[0] = temp;
849 LOperand* temp() { return temps_[
[all...]
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h297 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
305 LOperand* TempAt(int i) final { return temps_[i]; }
705 temps_[0] = temp;
710 LOperand* temp() { return temps_[0]; }
850 temps_[0] = temp;
854 LOperand* temp() { return temps_[0]; }
985 temps_[0] = temp;
989 LOperand* temp() { return temps_[0]; }
1015 temps_[0] = temp;
1019 LOperand* temp() { return temps_[
[all...]
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h291 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
299 LOperand* TempAt(int i) final { return temps_[i]; }
674 temps_[0] = temp;
679 LOperand* temp() { return temps_[0]; }
789 temps_[0] = temp;
793 LOperand* temp() { return temps_[0]; }
913 temps_[0] = temp;
917 LOperand* temp() { return temps_[0]; }
941 temps_[0] = temp;
945 LOperand* temp() { return temps_[
[all...]
/external/v8/src/ast/
H A Dscopes.cc89 temps_(4, zone),
109 temps_(4, zone),
133 temps_(0, zone),
344 DCHECK(temps_.is_empty());
570 for (int i = temps_.length(); i-- > 0;) {
571 if (temps_[i] == var) {
572 // Don't shrink temps_, as callers of this method expect
574 temps_[i] = nullptr;
643 for (int i = 0; i < temps_.length(); i++) {
644 Variable* var = temps_[
[all...]
H A Dscopes.h222 temps_.Add(var, zone());
612 ZoneList<Variable*> temps_; member in class:v8::internal::Scope

Completed in 181 milliseconds