Home
last modified time | relevance | path

Searched refs:IsFixedArray (Results 1 – 25 of 28) sorted by relevance

12

/external/v8/src/
Dtype-feedback-vector.cc285 if (!feedback->IsFixedArray() || in EnsureArrayOfSize()
298 if (!feedback_extra->IsFixedArray() || in EnsureExtraArrayOfSize()
356 } else if (feedback->IsFixedArray()) { in StateFromFeedback()
379 } else if (feedback->IsFixedArray()) { in StateFromFeedback()
406 } else if (feedback->IsFixedArray()) { in StateFromFeedback()
429 } else if (feedback->IsFixedArray()) { in StateFromFeedback()
646 if (feedback->IsFixedArray() || is_named_feedback) { in ExtractMaps()
684 if (feedback->IsFixedArray() || is_named_feedback) { in FindHandlerForMap()
723 if (feedback->IsFixedArray() || is_named_feedback) { in FindHandlers()
Dobjects-debug.cc234 CHECK(constant_pool()->IsFixedArray()); in BytecodeArrayVerify()
271 CHECK(this->elements()->IsFixedArray()); in JSObjectVerify()
371 CHECK(default_cache()->IsFixedArray()); in CodeCacheVerify()
724 elements()->IsFixedArray() || in JSArrayVerify()
794 CHECK(data()->IsUndefined() || data()->IsFixedArray()); in JSRegExpVerify()
Dcompilation-cache.cc256 if (result->IsFixedArray()) break; in Lookup()
258 if (result->IsFixedArray()) { in Lookup()
Dtransitions-inl.h41 DCHECK(transitions->IsFixedArray()); in SetPrototypeTransitions()
Dtype-feedback-vector-inl.h124 if (obj->IsWeakCell() || obj->IsFixedArray() || obj->IsString()) { in ComputeCounts()
Dtypes-inl.h316 return type->IsFixedArray() && struct_tag(as_struct(type)) == tag; in is_struct()
322 return type->IsFixedArray() && struct_tag(as_struct(type)) == kRangeStructTag; in is_range()
Dobjects-inl.h133 return IsFixedArray() || IsFixedDoubleArray() || IsFixedTypedArrayBase(); in IsFixedArrayBase()
137 bool Object::IsFixedArray() const { in IsFixedArray() function
276 return IsFixedArray() || IsFixedDoubleArray() || IsFixedTypedArrayBase(); in HasValidElements()
732 return IsFixedArray(); in IsDescriptorArray()
736 bool Object::IsArrayList() const { return IsFixedArray(); } in IsArrayList()
744 bool Object::IsTypeFeedbackVector() const { return IsFixedArray(); } in IsTypeFeedbackVector()
747 bool Object::IsTypeFeedbackMetadata() const { return IsFixedArray(); } in IsTypeFeedbackMetadata()
750 bool Object::IsLiteralsArray() const { return IsFixedArray(); } in IsLiteralsArray()
755 if (!IsFixedArray()) return false; in IsDeoptimizationInputData()
770 if (!IsFixedArray()) return false; in IsDeoptimizationOutputData()
[all …]
Dstring-stream.cc445 } else if (printee->IsFixedArray()) { in PrintMentionedObjectCache()
Dobjects.cc10131 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()
[all …]
Dbuiltins.cc786 if (array->elements()->IsFixedArray()) { in EstimateElementCount()
895 if (object->elements()->IsFixedArray()) { in CollectElementIndices()
1061 if (array->elements()->IsFixedArray()) { in IterateElements()
Daccessors.cc553 DCHECK(script->line_ends()->IsFixedArray()); in ScriptLineEndsGetter()
/external/v8/test/cctest/heap/
Dtest-compaction.cc200 CHECK(current->IsFixedArray()); in HEAP_TEST()
294 CHECK(current->IsFixedArray()); in HEAP_TEST()
Dtest-heap.cc5371 CHECK(weak_cell1->value()->IsFixedArray()); in TEST()
5374 CHECK(weak_cell1->value()->IsFixedArray()); in TEST()
5377 CHECK(weak_cell1->value()->IsFixedArray()); in TEST()
5401 CHECK(weak_cell->value()->IsFixedArray()); in TEST()
5408 CHECK(weak_cell->value()->IsFixedArray()); in TEST()
/external/v8/src/runtime/
Druntime-literals.cc82 if (value->IsFixedArray()) { in CreateObjectLiteralBoilerplate()
182 DCHECK(!fixed_array_values->get(i)->IsFixedArray()); in CreateArrayLiteralBoilerplate()
193 if (fixed_array_values->get(i)->IsFixedArray()) { in CreateArrayLiteralBoilerplate()
Druntime-regexp.cc862 if (cached_answer->IsFixedArray()) { in SearchRegExpMultiple()
/external/v8/src/heap/
Dspaces-inl.h239 if (o->IsFixedArray()) { in FromAnyPointerAddress()
284 } while (!heap_object->IsFixedArray()); in next()
Dstore-buffer.cc286 if (object->IsFixedArray()) { in VerifyPointers()
471 DCHECK(array->IsFixedArray()); in IteratePointersToNewSpace()
Dspaces.cc3283 object->IsExternalString() || object->IsFixedArray() || in AllocateChunk()
3293 } else if (object->IsFixedArray()) { in AllocateChunk()
Dheap.cc3126 const int element_size = object->IsFixedArray() ? kPointerSize : kDoubleSize; in LeftTrimFixedArray()
3197 object->IsFixedArray() ? kPointerSize : kDoubleSize; in RightTrimFixedArray()
3877 DCHECK(empty_fixed_array()->IsFixedArray()); in AllocateFixedArrayWithFiller()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc863 } else if (object->IsFixedArray() || object->IsFixedDoubleArray() || in AddEntry()
1031 if (obj->IsFixedArray()) return false; // FixedArrays are processed on pass 2 in ExtractReferencesPass1()
1080 if (!obj->IsFixedArray()) return false; in ExtractReferencesPass2()
2177 if (IsEssentialObject(object) && object->IsFixedArray()) { in MarkAsWeakContainer()
/external/v8/src/ast/
Dprettyprinter.cc1066 } else if (object->IsFixedArray()) { in PrintLiteral()
/external/v8/src/debug/
Dliveedit.cc1126 if (code_scope_info->IsFixedArray()) { in ReplaceFunctionCode()
Ddebug.cc517 if (break_point_objects->IsFixedArray()) { in CheckBreakPoints()
/external/v8/src/regexp/
Djsregexp.cc179 DCHECK(re->data()->IsFixedArray()); in Compile()
6421 DCHECK(key_pattern->IsFixedArray()); in Lookup()
6457 DCHECK(key_pattern->IsFixedArray()); in Enter()
/external/v8/test/cctest/
Dtest-types.cc69 return t->IsFixedArray() && Smi::cast(AsStruct(t)->get(0))->value() == tag; in IsStruct()

12