Lines Matching refs:LoadFixedArrayElement

166   TNode<IntPtrT> num_indices = SmiUntag(CAST(LoadFixedArrayElement(  in ConstructNewResultFromMatchInfo()
170 LoadFixedArrayElement(match_info, RegExpMatchInfo::kFirstCaptureIndex)); in ConstructNewResultFromMatchInfo()
171 TNode<Smi> end = CAST(LoadFixedArrayElement( in ConstructNewResultFromMatchInfo()
205 TNode<Smi> start = CAST(LoadFixedArrayElement(match_info, from_cursor)); in ConstructNewResultFromMatchInfo()
212 TNode<Smi> end = CAST(LoadFixedArrayElement(match_info, from_cursor_plus1)); in ConstructNewResultFromMatchInfo()
241 SmiEqual(CAST(LoadFixedArrayElement(data, JSRegExp::kTagIndex)), in ConstructNewResultFromMatchInfo()
247 LoadFixedArrayElement(data, JSRegExp::kIrregexpCaptureNameMapIndex); in ConstructNewResultFromMatchInfo()
283 TNode<String> name = CAST(LoadFixedArrayElement(names, i)); in ConstructNewResultFromMatchInfo()
284 TNode<Smi> index = CAST(LoadFixedArrayElement(names, i_plus_1)); in ConstructNewResultFromMatchInfo()
286 CAST(LoadFixedArrayElement(result_elements, SmiUntag(index))); in ConstructNewResultFromMatchInfo()
392 CAST(LoadFixedArrayElement(data, JSRegExp::kIrregexpCaptureCountIndex)); in RegExpExecInternal()
432 LoadFixedArrayElement(data, JSRegExp::kIrregexpLatin1CodeIndex); in RegExpExecInternal()
441 var_code = LoadFixedArrayElement(data, JSRegExp::kIrregexpUC16CodeIndex); in RegExpExecInternal()
561 CAST(LoadFixedArrayElement(data, JSRegExp::kIrregexpCaptureCountIndex)); in RegExpExecInternal()
758 TNode<Number> new_lastindex = CAST(LoadFixedArrayElement( in RegExpPrototypeExecBodyWithoutResult()
1011 SmiEqual(CAST(LoadFixedArrayElement(data, JSRegExp::kTagIndex)), in TF_BUILTIN()
1020 LoadFixedArrayElement(data, JSRegExp::kAtomPatternIndex); in TF_BUILTIN()
1894 Node* const match_from = LoadFixedArrayElement( in RegExpPrototypeMatchBody()
1896 Node* const match_to = LoadFixedArrayElement( in RegExpPrototypeMatchBody()
2205 Node* const index = LoadFixedArrayElement( in RegExpPrototypeSearchBodyFast()
2435 TNode<Smi> const match_from = CAST(LoadFixedArrayElement( in RegExpPrototypeSplitBody()
2445 TNode<Smi> const match_to = CAST(LoadFixedArrayElement( in RegExpPrototypeSplitBody()
2474 Node* const num_registers = LoadFixedArrayElement( in RegExpPrototypeSplitBody()
2491 Node* const from = LoadFixedArrayElement( in RegExpPrototypeSplitBody()
2494 TNode<Smi> const to = CAST(LoadFixedArrayElement( in RegExpPrototypeSplitBody()
2708 TNode<Smi> const num_capture_registers = CAST(LoadFixedArrayElement( in ReplaceGlobalCallableFastPath()
2737 Node* const elem = LoadFixedArrayElement(res_elems, var_i.value()); in ReplaceGlobalCallableFastPath()
2765 CAST(LoadFixedArrayElement(res_elems, var_i.value())); in ReplaceGlobalCallableFastPath()
2809 Node* const elem = LoadFixedArrayElement(res_elems, index); in ReplaceGlobalCallableFastPath()
2894 TNode<Smi> const match_start = CAST(LoadFixedArrayElement( in ReplaceSimpleStringFastPath()
2896 TNode<Smi> const match_end = CAST(LoadFixedArrayElement( in ReplaceSimpleStringFastPath()
3230 CAST(LoadFixedArrayElement(result_fixed_array, 0)); in TF_BUILTIN()