Home | History | Annotate | Download | only in src

Lines Matching refs:JSRegExpResult

1815   // the JSRegExpResult allocation.
1819 // Allocate the JSRegExpResult and the FixedArray in one step.
1821 Add<HConstant>(JSRegExpResult::kSize), HType::JSArray(),
1824 // Initialize the JSRegExpResult header.
1849 result, HObjectAccess::ForJSArrayOffset(JSRegExpResult::kIndexOffset),
1852 result, HObjectAccess::ForJSArrayOffset(JSRegExpResult::kInputOffset),