Searched refs:LengthOfFixedArray (Results 1 – 6 of 6) sorted by relevance
392 int array_size = TypeFeedbackCells::LengthOfFixedArray(length); in PopulateTypeFeedbackCells()
4044 static int LengthOfFixedArray(int deopt_points) { in LengthOfFixedArray() function4072 static int LengthOfFixedArray(int cell_count) { return cell_count * 2; } in LengthOfFixedArray() function
5970 return HEAP->AllocateFixedArray(LengthOfFixedArray(number_of_deopt_points), in Allocate()
427 int array_size = TypeFeedbackCells::LengthOfFixedArray(length); in PopulateTypeFeedbackCells()
4934 static int LengthOfFixedArray(int deopt_points) { in LengthOfFixedArray() function4964 static int LengthOfFixedArray(int cell_count) { return cell_count * 2; } in LengthOfFixedArray() function
8184 LengthOfFixedArray(number_of_deopt_points), pretenure); in Allocate()