Home
last modified time | relevance | path

Searched refs:temps_ (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/arm/
Dlithium-arm.h315 LOperand* TempAt(int i) { return temps_[i]; } in TempAt()
323 OperandContainer<LOperand*, T> temps_; variable
536 temps_[0] = NULL; in LModI()
537 temps_[1] = NULL; in LModI()
538 temps_[2] = NULL; in LModI()
549 temps_[0] = temp1; in LModI()
550 temps_[1] = temp2; in LModI()
551 temps_[2] = temp3; in LModI()
576 temps_[0] = temp; in LMulI()
624 temps_[0] = temp; in LUnaryMathOperation()
[all …]
/external/v8/src/ia32/
Dlithium-ia32.h316 LOperand* TempAt(int i) { return temps_[i]; } in TempAt()
324 OperandContainer<LOperand*, T> temps_; variable
490 temps_[0] = temp; in LApplyArguments()
543 temps_[0] = temp; in LModI()
556 temps_[0] = temp; in LDivI()
569 temps_[0] = temp; in LMulI()
667 temps_[0] = temp; in LIsNullAndBranch()
683 temps_[0] = temp; in LIsObject()
694 temps_[0] = temp; in LIsObjectAndBranch()
695 temps_[1] = temp2; in LIsObjectAndBranch()
[all …]
/external/v8/src/
Dscopes.cc119 temps_(0), in Scope()
131 temps_(4), in Scope()
148 temps_(4), in Scope()
426 temps_.Add(var); in NewTemporary()
457 for (int i = 0; i < temps_.length(); i++) { in CollectUsedVariables()
458 Variable* var = temps_[i]; in CollectUsedVariables()
646 for (int i = 0; i < temps_.length(); i++) { in Print()
647 PrintVar(&printer, n1, temps_[i]); in Print()
990 temps_.Add(arguments_shadow_); in AllocateParameterLocals()
1065 for (int i = 0; i < temps_.length(); i++) { in AllocateNonParameterLocals()
[all …]
Dscopes.h353 ZoneList<Variable*> temps_; variable
/external/v8/src/x64/
Dlithium-x64.h316 LOperand* TempAt(int i) { return temps_[i]; } in TempAt()
324 OperandContainer<LOperand*, T> temps_; variable
535 temps_[0] = temp; in LModI()
548 temps_[0] = temp; in LDivI()
658 temps_[0] = temp; in LIsNullAndBranch()
778 temps_[0] = temp; in LClassOfTest()
792 temps_[0] = temp; in LClassOfTestAndBranch()
857 temps_[0] = temp; in LInstanceOfKnownGlobal()
943 temps_[0] = temp; in LConstantD()
1276 temps_[0] = temp; in LStoreGlobalCell()
[all …]