Home
last modified time | relevance | path

Searched refs:res_elems (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-regexp.cc2264 Node* const res_elems = LoadElements(res); in ReplaceGlobalCallableFastPath() local
2265 CSA_ASSERT(this, HasInstanceType(res_elems, FIXED_ARRAY_TYPE)); in ReplaceGlobalCallableFastPath()
2299 Node* const elem = LoadFixedArrayElement(res_elems, i); in ReplaceGlobalCallableFastPath()
2326 Node* const next_elem = LoadFixedArrayElement(res_elems, next_i); in ReplaceGlobalCallableFastPath()
2344 StoreFixedArrayElement(res_elems, i, replacement_str); in ReplaceGlobalCallableFastPath()
2370 [this, res_elems, isolate, native_context, context, undefined, in ReplaceGlobalCallableFastPath()
2372 Node* const elem = LoadFixedArrayElement(res_elems, index); in ReplaceGlobalCallableFastPath()
2395 StoreFixedArrayElement(res_elems, index, replacement_str); in ReplaceGlobalCallableFastPath()