Lines Matching refs:old_shared_array
1643 MultipleFunctionTarget(Handle<JSArray> old_shared_array, in MultipleFunctionTarget() argument
1646 : old_shared_array_(old_shared_array), in MultipleFunctionTarget()
1811 Handle<JSArray> old_shared_array, Handle<JSArray> new_shared_array, in DropActivationsInActiveThread() argument
1813 MultipleFunctionTarget target(old_shared_array, new_shared_array, result); in DropActivationsInActiveThread()
1814 Isolate* isolate = old_shared_array->GetIsolate(); in DropActivationsInActiveThread()
1822 int array_len = GetArrayLength(old_shared_array); in DropActivationsInActiveThread()
1878 InactiveThreadActivationsChecker(Handle<JSArray> old_shared_array, in InactiveThreadActivationsChecker() argument
1880 : old_shared_array_(old_shared_array), in InactiveThreadActivationsChecker()
1902 Handle<JSArray> old_shared_array, Handle<JSArray> new_shared_array, in CheckAndDropActivations() argument
1904 Isolate* isolate = old_shared_array->GetIsolate(); in CheckAndDropActivations()
1905 int len = GetArrayLength(old_shared_array); in CheckAndDropActivations()
1907 DCHECK(old_shared_array->HasFastElements()); in CheckAndDropActivations()
1909 FixedArray::cast(old_shared_array->elements())); in CheckAndDropActivations()
1930 InactiveThreadActivationsChecker inactive_threads_checker(old_shared_array, in CheckAndDropActivations()
1940 old_shared_array, new_shared_array, result, do_drop); in CheckAndDropActivations()