/external/v8/src/ |
D | type-feedback-vector.cc | 433 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()
|
D | compilation-cache.cc | 256 if (result->IsFixedArray()) break; in Lookup() 258 if (result->IsFixedArray()) { in Lookup()
|
D | transitions-inl.h | 41 DCHECK(transitions->IsFixedArray()); in SetPrototypeTransitions()
|
D | type-feedback-vector-inl.h | 180 if (obj->IsWeakCell() || obj->IsFixedArray() || obj->IsString()) { in ComputeCounts()
|
D | objects-debug.cc | 284 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()
|
D | objects-inl.h | 144 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 …]
|
D | string-stream.cc | 446 } else if (printee->IsFixedArray()) { in PrintMentionedObjectCache()
|
D | messages.cc | 881 DCHECK(raw_stack_array->elements()->IsFixedArray()); in FormatStackTrace()
|
D | objects.cc | 10035 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 …]
|
D | api.cc | 8924 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/ |
D | object-stats.cc | 259 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()
|
D | spaces.cc | 3174 object->IsExternalString() || object->IsFixedArray() || in AllocateChunk() 3184 } else if (object->IsFixedArray()) { in AllocateChunk()
|
D | heap.cc | 3129 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/ |
D | runtime-literals.cc | 76 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()
|
D | runtime-regexp.cc | 947 if (cached_answer->IsFixedArray()) { in SearchRegExpMultiple()
|
/external/v8/src/ic/ |
D | ic-inl.h | 97 object->IsFixedArray() || in IsHandler()
|
/external/v8/src/wasm/ |
D | wasm-debug.cc | 99 if (!object->IsFixedArray()) return false; in IsDebugInfo()
|
D | wasm-objects.cc | 319 if (!obj->IsFixedArray()) return false; in IsWasmCompiledModule()
|
D | wasm-module.cc | 550 DCHECK(next->value()->IsFixedArray()); in InstanceFinalizer()
|
/external/v8/src/snapshot/ |
D | code-serializer.cc | 264 if (obj.is_null() || !obj.ToHandleChecked()->IsFixedArray()) return nothing; in DeserializeWasmModule()
|
/external/v8/src/builtins/ |
D | builtins-array.cc | 419 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/ |
D | heap-snapshot-generator.cc | 837 } 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/ |
D | prettyprinter.cc | 530 } else if (object->IsFixedArray()) { in PrintLiteral()
|
/external/v8/src/regexp/ |
D | jsregexp.cc | 182 DCHECK(re->data()->IsFixedArray()); in Compile() 6792 DCHECK(key_pattern->IsFixedArray()); in Lookup() 6828 DCHECK(key_pattern->IsFixedArray()); in Enter()
|
/external/v8/src/debug/ |
D | debug.cc | 598 if (break_point_objects->IsFixedArray()) { in CheckBreakPoints()
|