Home | History | Annotate | Download | only in x87

Lines Matching refs:JSIteratorResult

1454   __ Allocate(JSIteratorResult::kSize, eax, ecx, edx, &allocate,
1459 __ Push(Smi::FromInt(JSIteratorResult::kSize));
1470 __ pop(FieldOperand(eax, JSIteratorResult::kValueOffset));
1471 __ mov(FieldOperand(eax, JSIteratorResult::kDoneOffset),
1473 STATIC_ASSERT(JSIteratorResult::kSize == 5 * kPointerSize);
2098 __ Allocate(JSIteratorResult::kSize, eax, ecx, edx, &runtime,
2107 __ pop(FieldOperand(eax, JSIteratorResult::kDoneOffset));
2108 __ pop(FieldOperand(eax, JSIteratorResult::kValueOffset));
2109 STATIC_ASSERT(JSIteratorResult::kSize == 5 * kPointerSize);