Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-regexp.cc1065 Handle<FixedArray> result_fixed_array = builder.array(); in SearchRegExpMultiple() local
1066 result_fixed_array->Shrink(builder.length()); in SearchRegExpMultiple()
1070 result_fixed_array, isolate->factory()->fixed_array_map()); in SearchRegExpMultiple()
/external/v8/src/builtins/
Dbuiltins-regexp.cc1641 Node* const result_fixed_array = LoadElements(result); in RegExpPrototypeMatchBody() local
1642 Node* const match = LoadFixedArrayElement(result_fixed_array, 0); in RegExpPrototypeMatchBody()