Searched refs:res_elems (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-regexp-gen.cc | 2706 TNode<FixedArray> const res_elems = CAST(LoadElements(res)); in ReplaceGlobalCallableFastPath() local 2737 Node* const elem = LoadFixedArrayElement(res_elems, var_i.value()); in ReplaceGlobalCallableFastPath() 2765 CAST(LoadFixedArrayElement(res_elems, var_i.value())); in ReplaceGlobalCallableFastPath() 2784 StoreFixedArrayElement(res_elems, var_i.value(), replacement_str); in ReplaceGlobalCallableFastPath() 2807 [this, res_elems, isolate, native_context, context, undefined, in ReplaceGlobalCallableFastPath() 2809 Node* const elem = LoadFixedArrayElement(res_elems, index); in ReplaceGlobalCallableFastPath() 2835 StoreFixedArrayElement(res_elems, index, replacement_str); in ReplaceGlobalCallableFastPath()
|