Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:JSIteratorResult

1765   // Allocate the JSIteratorResult object.
1767 Add<HAllocate>(Add<HConstant>(JSIteratorResult::kSize), HType::JSObject(),
1770 // Initialize the JSIteratorResult object.
1782 JSIteratorResult::kValueOffset),
1785 JSIteratorResult::kDoneOffset),
1787 STATIC_ASSERT(JSIteratorResult::kSize == 5 * kPointerSize);