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

/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h334 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
342 virtual LOperand* TempAt(int i) { return temps_[i]; }
549 temps_[0] = temp;
554 LOperand* temp() { return temps_[0]; }
629 temps_[0] = temp;
634 LOperand* temp() { return temps_[0]; }
646 temps_[0] = temp;
666 temps_[0] = temp;
671 LOperand* temp() { return temps_[0]; }
683 temps_[
[all...]
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h324 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
331 virtual LOperand* TempAt(int i) { return temps_[i]; }
615 temps_[0] = NULL;
616 temps_[1] = NULL;
617 temps_[2] = NULL;
628 temps_[0] = temp;
629 temps_[1] = temp2;
630 temps_[2] = temp3;
635 LOperand* temp() { return temps_[0]; }
636 LOperand* temp2() { return temps_[
[all...]
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h328 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
335 virtual LOperand* TempAt(int i) { return temps_[i]; }
620 temps_[0] = temp;
621 temps_[1] = temp2;
626 LOperand* temp() { return temps_[0]; }
627 LOperand* temp2() { return temps_[1]; }
639 temps_[0] = temp;
644 LOperand* temp() { return temps_[0]; }
658 temps_[0] = temp;
663 LOperand* temp() { return temps_[
[all...]
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h325 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
333 virtual LOperand* TempAt(int i) { return temps_[i]; }
616 temps_[0] = temp;
621 LOperand* temp() { return temps_[0]; }
633 temps_[0] = temp;
638 LOperand* temp() { return temps_[0]; }
654 temps_[0] = temp;
659 LOperand* temp() { return temps_[0]; }
795 temps_[0] = temp1;
796 temps_[
[all...]
/external/v8/src/arm/
H A Dlithium-arm.h307 LOperand* TempAt(int i) { return temps_[i]; }
315 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
550 temps_[0] = NULL;
551 temps_[1] = NULL;
552 temps_[2] = NULL;
563 temps_[0] = temp1;
564 temps_[1] = temp2;
565 temps_[2] = temp3;
590 temps_[0] = temp;
621 temps_[
[all...]
/external/v8/src/mips/
H A Dlithium-mips.h306 LOperand* TempAt(int i) { return temps_[i]; }
314 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
549 temps_[0] = NULL;
550 temps_[1] = NULL;
551 temps_[2] = NULL;
562 temps_[0] = temp1;
563 temps_[1] = temp2;
564 temps_[2] = temp3;
589 temps_[0] = temp;
620 temps_[
[all...]
/external/v8/src/ia32/
H A Dlithium-ia32.h303 LOperand* TempAt(int i) { return temps_[i]; }
308 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
467 temps_[0] = temp;
539 temps_[0] = temp;
552 temps_[0] = temp;
565 temps_[0] = temp;
615 temps_[0] = temp;
620 LOperand* temp() { return temps_[0]; }
656 temps_[0] = temp;
673 temps_[
[all...]
/external/v8/src/
H A Dscopes.cc106 temps_(4),
129 temps_(4),
150 temps_(0),
353 ASSERT(temps_.is_empty());
500 temps_.Add(var);
578 for (int i = 0; i < temps_.length(); i++) {
579 Variable* var = temps_[i];
851 for (int i = 0; i < temps_.length(); i++) {
852 PrintVar(n1, temps_[i]);
1211 for (int i = 0; i < temps_
[all...]
H A Dscopes.h440 ZoneList<Variable*> temps_; member in class:v8::internal::Scope
/external/v8/src/x64/
H A Dlithium-x64.h308 LOperand* TempAt(int i) { return temps_[i]; }
316 EmbeddedContainer<LOperand*, T> temps_; member in class:v8::internal::LTemplateInstruction
549 temps_[0] = temp;
562 temps_[0] = temp;
643 temps_[0] = temp;
673 temps_[0] = temp;
700 temps_[0] = temp;
771 temps_[0] = temp;
772 temps_[1] = temp2;
826 temps_[
[all...]
/external/chromium_org/v8/src/
H A Dscopes.cc112 temps_(4, zone),
136 temps_(4, zone),
159 temps_(0, zone),
369 ASSERT(temps_.is_empty());
530 temps_.Add(var, zone());
610 for (int i = 0; i < temps_.length(); i++) {
611 Variable* var = temps_[i];
916 for (int i = 0; i < temps_.length(); i++) {
917 PrintVar(n1, temps_[i]);
1313 for (int i = 0; i < temps_
[all...]
H A Dscopes.h466 ZoneList<Variable*> temps_; member in class:v8::internal::Scope

Completed in 149 milliseconds