Home | History | Annotate | Download | only in x64

Lines Matching refs:temp

629   LModI(LOperand* left, LOperand* right, LOperand* temp) {
632 temps_[0] = temp;
637 LOperand* temp() { return temps_[0]; }
646 LDivI(LOperand* left, LOperand* right, LOperand* temp) {
649 temps_[0] = temp;
654 LOperand* temp() { return temps_[0]; }
667 LOperand* temp = NULL) {
670 temps_[0] = temp;
675 LOperand* temp() { return temps_[0]; }
909 explicit LIsStringAndBranch(LOperand* value, LOperand* temp) {
911 temps_[0] = temp;
915 LOperand* temp() { return temps_[0]; }
941 explicit LIsUndetectableAndBranch(LOperand* value, LOperand* temp) {
943 temps_[0] = temp;
947 LOperand* temp() { return temps_[0]; }
1029 LClassOfTestAndBranch(LOperand* value, LOperand* temp, LOperand* temp2) {
1031 temps_[0] = temp;
1036 LOperand* temp() { return temps_[0]; }
1084 LInstanceOfKnownGlobal(LOperand* context, LOperand* value, LOperand* temp) {
1087 temps_[0] = temp;
1092 LOperand* temp() { return temps_[0]; }
1200 explicit LConstantD(LOperand* temp) {
1201 temps_[0] = temp;
1204 LOperand* temp() { return temps_[0]; }
1634 explicit LStoreGlobalCell(LOperand* value, LOperand* temp) {
1636 temps_[0] = temp;
1640 LOperand* temp() { return temps_[0]; }
1688 LStoreContextSlot(LOperand* context, LOperand* value, LOperand* temp) {
1691 temps_[0] = temp;
1696 LOperand* temp() { return temps_[0]; }
2027 explicit LUint32ToDouble(LOperand* value, LOperand* temp) {
2029 temps_[0] = temp;
2033 LOperand* temp() { return temps_[0]; }
2066 explicit LNumberTagU(LOperand* value, LOperand* temp) {
2068 temps_[0] = temp;
2072 LOperand* temp() { return temps_[0]; }
2080 explicit LNumberTagD(LOperand* value, LOperand* temp) {
2082 temps_[0] = temp;
2086 LOperand* temp() { return temps_[0]; }
2125 LTaggedToI(LOperand* value, LOperand* temp) {
2127 temps_[0] = temp;
2131 LOperand* temp() { return temps_[0]; }
2184 LStoreNamedField(LOperand* object, LOperand* value, LOperand* temp) {
2187 temps_[0] = temp;
2192 LOperand* temp() { return temps_[0]; }
2282 LOperand* temp) {
2286 temps_[1] = temp;
2292 LOperand* temp() { return temps_[1]; }
2312 LOperand* temp) {
2314 temps_[0] = temp;
2318 LOperand* temp() { return temps_[0]; }
2479 LAllocate(LOperand* context, LOperand* size, LOperand* temp) {
2482 temps_[0] = temp;
2487 LOperand* temp() { return temps_[0]; }
2566 explicit LIsConstructCallAndBranch(LOperand* temp) {
2567 temps_[0] = temp;
2570 LOperand* temp() { return temps_[0]; }
2735 // Methods for getting operands for Use / Define / Temp.