Lines Matching refs:IsFixedArray
10131 if (map->code_cache()->IsFixedArray()) { in UpdateCodeCache()
10144 if (!code_cache()->IsFixedArray()) { in FindInCodeCache()
10154 if (!code_cache()->IsFixedArray()) { in IndexInCodeCache()
10164 DCHECK(!code_cache()->IsFixedArray()); in RemoveFromCodeCache()
10184 DCHECK(code_cache->default_cache()->IsFixedArray()); in Update()
10347 if (!other->IsFixedArray()) return false; in IsMatch()
12453 DCHECK(cell->cleared() || cell->value()->IsFixedArray()); in AddToOptimizedCodeMapInternal()
13374 DCHECK(script->line_ends()->IsFixedArray()); in InitLineEnds()
13387 DCHECK(script->line_ends()->IsFixedArray()); in InitLineEnds()
13407 DCHECK(line_ends()->IsFixedArray()); in GetLineNumberWithArray()
16672 if (!other->IsFixedArray()) { in IsMatch()
17912 if (!get(index)->IsFixedArray()) return isolate->factory()->undefined_value(); in Lookup()
17927 if (!get(index)->IsFixedArray()) return isolate->factory()->undefined_value(); in LookupEval()
18031 } else if (get(entry_index)->IsFixedArray()) { in Age()
19204 if (!break_point_info->break_point_objects()->IsFixedArray()) { in ClearBreakPoint()
19212 DCHECK(break_point_info->break_point_objects()->IsFixedArray()); in ClearBreakPoint()
19245 if (!break_point_info->break_point_objects()->IsFixedArray()) { in SetBreakPoint()
19275 if (!break_point_info->break_point_objects()->IsFixedArray()) { in HasBreakPointObject()
19294 if (!break_point_objects()->IsFixedArray()) return 1; in GetBreakPointCount()