Home
last modified time | relevance | path

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

12

/external/v8/src/
Dtype-feedback-vector.cc433 if (!feedback->IsFixedArray() || in EnsureArrayOfSize()
446 if (!feedback_extra->IsFixedArray() || in EnsureExtraArrayOfSize()
522 } else if (feedback->IsFixedArray()) { in StateFromFeedback()
556 } else if (feedback->IsFixedArray()) { in StateFromFeedback()
583 } else if (feedback->IsFixedArray()) { in StateFromFeedback()
606 } else if (feedback->IsFixedArray()) { in StateFromFeedback()
862 if (feedback->IsFixedArray() || is_named_feedback) { in ExtractMaps()
895 if (feedback->IsFixedArray() || is_named_feedback) { in FindHandlerForMap()
934 if (feedback->IsFixedArray() || is_named_feedback) { in FindHandlers()
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.h180 if (obj->IsWeakCell() || obj->IsFixedArray() || obj->IsString()) { in ComputeCounts()
Dobjects-debug.cc284 CHECK(constant_pool()->IsFixedArray()); in BytecodeArrayVerify()
321 CHECK(this->elements()->IsFixedArray()); in JSObjectVerify()
777 CHECK(elements()->IsFixedArray() || elements()->IsFixedDoubleArray()); in JSArrayVerify()
883 CHECK(data()->IsUndefined(isolate) || data()->IsFixedArray()); in JSRegExpVerify()
Dobjects-inl.h144 return IsFixedArray() || IsFixedDoubleArray() || IsFixedTypedArrayBase(); in IsFixedArrayBase()
147 bool HeapObject::IsFixedArray() const { in IsFixedArray() function
271 return IsFixedArray() || IsFixedDoubleArray() || IsFixedTypedArrayBase(); in HasValidElements()
719 bool HeapObject::IsDescriptorArray() const { return IsFixedArray(); } in IsDescriptorArray()
721 bool HeapObject::IsFrameArray() const { return IsFixedArray(); } in IsFrameArray()
723 bool HeapObject::IsArrayList() const { return IsFixedArray(); } in IsArrayList()
725 bool HeapObject::IsRegExpMatchInfo() const { return IsFixedArray(); } in IsRegExpMatchInfo()
731 bool HeapObject::IsTypeFeedbackVector() const { return IsFixedArray(); } in IsTypeFeedbackVector()
733 bool HeapObject::IsTypeFeedbackMetadata() const { return IsFixedArray(); } in IsTypeFeedbackMetadata()
735 bool HeapObject::IsLiteralsArray() const { return IsFixedArray(); } in IsLiteralsArray()
[all …]
Dstring-stream.cc446 } else if (printee->IsFixedArray()) { in PrintMentionedObjectCache()
Dmessages.cc881 DCHECK(raw_stack_array->elements()->IsFixedArray()); in FormatStackTrace()
Dobjects.cc10035 DCHECK(other->IsFixedArray()); in IsMatch()
12387 DCHECK(cell->cleared() || cell->value()->IsFixedArray()); in AddToOptimizedCodeMap()
13405 DCHECK(script->line_ends()->IsFixedArray()); in InitLineEnds()
13460 DCHECK(line_ends()->IsFixedArray()); in GetPositionInfo()
16472 if (!other->IsFixedArray()) { in IsMatch()
17818 if (!get(index)->IsFixedArray()) return isolate->factory()->undefined_value(); in Lookup()
17833 if (!get(index)->IsFixedArray()) return isolate->factory()->undefined_value(); in LookupEval()
17925 } else if (get(entry_index)->IsFixedArray()) { in Age()
19117 if (!break_point_info->break_point_objects()->IsFixedArray()) { in ClearBreakPoint()
19125 DCHECK(break_point_info->break_point_objects()->IsFixedArray()); in ClearBreakPoint()
[all …]
Dapi.cc8924 CHECK(script->line_ends()->IsFixedArray()); in LineEnds()
8997 CHECK(script->line_ends()->IsFixedArray()); in GetPossibleBreakpoints()
9048 CHECK(script->line_ends()->IsFixedArray()); in GetSourcePosition()
/external/v8/src/heap/
Dobject-stats.cc259 if (obj->IsFixedArray()) RecordFixedArrayDetails(FixedArray::cast(obj)); in CollectStatistics()
366 if (array->get(i)->IsFixedArray()) { in RecursivelyRecordFixedArrayHelper()
496 if (obj->property_accessors()->IsFixedArray()) { in RecordTemplateInfoDetails()
500 if (obj->property_list()->IsFixedArray()) { in RecordTemplateInfoDetails()
533 if (target->IsFixedArray()) { in RecordCodeDetails()
Dspaces.cc3174 object->IsExternalString() || object->IsFixedArray() || in AllocateChunk()
3184 } else if (object->IsFixedArray()) { in AllocateChunk()
Dheap.cc3129 const int element_size = object->IsFixedArray() ? kPointerSize : kDoubleSize; in LeftTrimFixedArray()
3212 object->IsFixedArray() ? kPointerSize : kDoubleSize; in RightTrimFixedArray()
3918 DCHECK(empty_fixed_array()->IsFixedArray()); in AllocateFixedArrayWithFiller()
/external/v8/src/runtime/
Druntime-literals.cc76 if (value->IsFixedArray()) { in CreateObjectLiteralBoilerplate()
154 DCHECK(!fixed_array_values->get(i)->IsFixedArray()); in CreateArrayLiteralBoilerplate()
165 if (fixed_array_values->get(i)->IsFixedArray()) { in CreateArrayLiteralBoilerplate()
Druntime-regexp.cc947 if (cached_answer->IsFixedArray()) { in SearchRegExpMultiple()
/external/v8/src/ic/
Dic-inl.h97 object->IsFixedArray() || in IsHandler()
/external/v8/src/wasm/
Dwasm-debug.cc99 if (!object->IsFixedArray()) return false; in IsDebugInfo()
Dwasm-objects.cc319 if (!obj->IsFixedArray()) return false; in IsWasmCompiledModule()
Dwasm-module.cc550 DCHECK(next->value()->IsFixedArray()); in InstanceFinalizer()
/external/v8/src/snapshot/
Dcode-serializer.cc264 if (obj.is_null() || !obj.ToHandleChecked()->IsFixedArray()) return nothing; in DeserializeWasmModule()
/external/v8/src/builtins/
Dbuiltins-array.cc419 IsFixedArrayField::encode(storage->IsFixedArray()) | in ArrayConcatVisitor()
420 HasSimpleElementsField::encode(storage->IsFixedArray() || in ArrayConcatVisitor()
605 if (array->elements()->IsFixedArray()) { in EstimateElementCount()
677 if (object->elements()->IsFixedArray()) { in CollectElementIndices()
856 if (array->elements()->IsFixedArray()) { in IterateElements()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc837 } else if (object->IsFixedArray() || object->IsFixedDoubleArray() || in AddEntry()
1005 if (obj->IsFixedArray()) return false; // FixedArrays are processed on pass 2 in ExtractReferencesPass1()
1054 if (!obj->IsFixedArray()) return false; in ExtractReferencesPass2()
/external/v8/src/ast/
Dprettyprinter.cc530 } else if (object->IsFixedArray()) { in PrintLiteral()
/external/v8/src/regexp/
Djsregexp.cc182 DCHECK(re->data()->IsFixedArray()); in Compile()
6792 DCHECK(key_pattern->IsFixedArray()); in Lookup()
6828 DCHECK(key_pattern->IsFixedArray()); in Enter()
/external/v8/src/debug/
Ddebug.cc598 if (break_point_objects->IsFixedArray()) { in CheckBreakPoints()

12