Home
last modified time | relevance | path

Searched refs:IsArrayList (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/debug/
Ddebug-type-profile.cc21 ->IsArrayList()); in Collect()
91 ->IsArrayList()); in SelectMode()
Ddebug-coverage.cc513 ->IsArrayList()); in CollectAndMaybeResetCounts()
529 ->IsArrayList()); in CollectAndMaybeResetCounts()
/third_party/node/deps/v8/src/objects/
Dfeedback-vector.cc1351 DCHECK(types->ValueAt(entry).IsArrayList()); in Collect()
1408 DCHECK(types->ValueAt(entry).IsArrayList()); in GetTypesForSourcePositions()
Dobjects-inl.h305 DEF_GETTER(HeapObject, IsArrayList, bool) { in DEF_GETTER() argument
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc591 } else if (IsArrayList()) { in FixedArrayVerify()
606 CHECK(IsArrayList()); in ArrayListVerify()
/third_party/node/deps/v8/src/execution/
Disolate.cc4399 DCHECK(value.IsUndefined(this) || value.IsArrayList()); in ThrowInternal()
4406 DCHECK(heap()->feedback_vectors_for_profiling_tools().IsArrayList()); in ThrowInternal()
/third_party/node/deps/v8/src/api/
Dapi.cc529 if (!isolate->heap()->serialized_objects().IsArrayList()) { in AddData()
549 if (!ctx->serialized_objects().IsArrayList()) { in AddData()
565 if (!ctx->serialized_objects().IsArrayList()) { in ConvertSerializedObjectsToFixedArray()
576 if (!isolate->heap()->serialized_objects().IsArrayList()) { in ConvertSerializedObjectsToFixedArray()