Lines Matching defs:vector
48 static bool HasEdge(std::vector<Reference> &vec, JSTaggedValue toValue)
58 static void AddAnonymousEdge(TaggedObject *obj, std::vector<Reference> &vec)
1841 void JSAPITreeMap::DumpForSnapshot(std::vector<Reference> &vec) const
1867 void JSAPITreeMapIterator::DumpForSnapshot(std::vector<Reference> &vec) const
1963 void JSAPITreeSet::DumpForSnapshot(std::vector<Reference> &vec) const
1989 void JSAPITreeSetIterator::DumpForSnapshot(std::vector<Reference> &vec) const
2060 void JSAPIPlainArrayIterator::DumpForSnapshot(std::vector<Reference> &vec) const
2341 void JSAPIHashMap::DumpForSnapshot(std::vector<Reference> &vec) const
2360 void JSAPIHashSet::DumpForSnapshot(std::vector<Reference> &vec) const
2378 void JSAPIHashMapIterator::DumpForSnapshot(std::vector<Reference> &vec) const
2394 void JSAPIHashSetIterator::DumpForSnapshot(std::vector<Reference> &vec) const
2434 void JSAPIList::DumpForSnapshot(std::vector<Reference> &vec) const
2454 void JSAPIListIterator::DumpForSnapshot(std::vector<Reference> &vec) const
2475 void JSAPILinkedList::DumpForSnapshot(std::vector<Reference> &vec) const
2496 void JSAPILinkedListIterator::DumpForSnapshot(std::vector<Reference> &vec) const
2546 JSAPIVector *vector = JSAPIVector::Cast(GetIteratedVector().GetTaggedObject());
2547 os << " - length: " << std::dec << vector->GetSize() << "\n";
3884 static void DumpArrayClass(const TaggedArray *arr, std::vector<Reference> &vec)
3896 static void DumpMutantTaggedArrayClass(const MutantTaggedArray *arr, std::vector<Reference> &vec)
3908 static void DumpCOWMutantTaggedArrayClass(const COWMutantTaggedArray *arr, std::vector<Reference> &vec)
3920 static void DumpElementClass(const TaggedArray *arr, std::vector<Reference> &vec)
3931 static void DumpConstantPoolClass(const ConstantPool *arr, std::vector<Reference> &vec)
3943 static void DumpStringClass([[maybe_unused]] const EcmaString *str, [[maybe_unused]] std::vector<Reference> &vec)
3949 static void DumpObject(TaggedObject *obj, std::vector<Reference> &vec, bool isVmMode)
4521 void JSAPIPlainArray::DumpForSnapshot(std::vector<Reference> &vec) const
4536 void JSTaggedValue::DumpForSnapshot(std::vector<Reference> &vec, bool isVmMode) const
4545 void NumberDictionary::DumpForSnapshot(std::vector<Reference> &vec) const
4560 void NameDictionary::DumpForSnapshot(std::vector<Reference> &vec) const
4576 void GlobalDictionary::DumpForSnapshot(std::vector<Reference> &vec) const
4592 void LinkedHashSet::DumpForSnapshot(std::vector<Reference> &vec) const
4607 void LinkedHashMap::DumpForSnapshot(std::vector<Reference> &vec) const
4628 void TaggedHashArray::DumpForSnapshot(std::vector<Reference> &vec) const
4643 void DumpForSnapshotTaggedTreeEntry(T tree, int index, std::vector<Reference> &vec, bool isMap = false)
4656 void TaggedTreeMap::DumpForSnapshot(std::vector<Reference> &vec) const
4679 void TaggedTreeSet::DumpForSnapshot(std::vector<Reference> &vec) const
4701 void TaggedDoubleList::DumpForSnapshot(std::vector<Reference> &vec) const
4714 void TaggedSingleList::DumpForSnapshot(std::vector<Reference> &vec) const
4727 void JSObject::DumpForSnapshot(std::vector<Reference> &vec) const
4783 void JSHClass::DumpForSnapshot([[maybe_unused]] std::vector<Reference> &vec) const
4796 void JSFunction::DumpForSnapshot(std::vector<Reference> &vec) const
4813 void Method::DumpForSnapshot(std::vector<Reference> &vec) const
4819 void Program::DumpForSnapshot(std::vector<Reference> &vec) const
4824 void LinkedNode::DumpForSnapshot(std::vector<Reference> &vec) const
4837 void ConstantPool::DumpForSnapshot(std::vector<Reference> &vec) const
4842 void ProfileTypeInfoCell::DumpForSnapshot(std::vector<Reference> &vec) const
4848 void FunctionTemplate::DumpForSnapshot(std::vector<Reference> &vec) const
4856 void ExtraProfileTypeInfo::DumpForSnapshot(std::vector<Reference> &vec) const
4862 void VTable::DumpForSnapshot(std::vector<Reference> &vec) const
4867 void ProfileTypeInfo::DumpForSnapshot(std::vector<Reference> &vec) const
4879 void COWTaggedArray::DumpForSnapshot(std::vector<Reference> &vec) const
4884 void MutantTaggedArray::DumpForSnapshot(std::vector<Reference> &vec) const
4889 void COWMutantTaggedArray::DumpForSnapshot(std::vector<Reference> &vec) const
4894 void JSBoundFunction::DumpForSnapshot(std::vector<Reference> &vec) const
4903 void JSPrimitiveRef::DumpForSnapshot(std::vector<Reference> &vec) const
4909 void BigInt::DumpForSnapshot(std::vector<Reference> &vec) const
4915 void JSDate::DumpForSnapshot(std::vector<Reference> &vec) const
4923 void JSMap::DumpForSnapshot(std::vector<Reference> &vec) const
4934 void JSSharedMap::DumpForSnapshot(std::vector<Reference> &vec) const
4944 void JSForInIterator::DumpForSnapshot(std::vector<Reference> &vec) const
4954 void JSMapIterator::DumpForSnapshot(std::vector<Reference> &vec) const
4967 void JSSharedMapIterator::DumpForSnapshot(std::vector<Reference> &vec) const
4978 void JSSet::DumpForSnapshot(std::vector<Reference> &vec) const
4989 void JSSharedSet::DumpForSnapshot(std::vector<Reference> &vec) const
4999 void JSWeakMap::DumpForSnapshot(std::vector<Reference> &vec) const
5010 void JSWeakSet::DumpForSnapshot(std::vector<Reference> &vec) const
5021 void JSWeakRef::DumpForSnapshot(std::vector<Reference> &vec) const
5027 void JSFinalizationRegistry::DumpForSnapshot(std::vector<Reference> &vec) const
5041 void CellRecord::DumpForSnapshot(std::vector<Reference> &vec) const
5047 void JSSetIterator::DumpForSnapshot(std::vector<Reference> &vec) const
5060 void JSSharedSetIterator::DumpForSnapshot(std::vector<Reference> &vec) const
5071 void JSArray::DumpForSnapshot(std::vector<Reference> &vec) const
5077 void JSSharedArray::DumpForSnapshot(std::vector<Reference> &vec) const
5083 void JSAPIArrayList::DumpForSnapshot(std::vector<Reference> &vec) const
5089 void JSAPIArrayListIterator::DumpForSnapshot(std::vector<Reference> &vec) const
5100 void JSAPILightWeightMap::DumpForSnapshot(std::vector<Reference> &vec) const
5116 void JSAPILightWeightMapIterator::DumpForSnapshot(std::vector<Reference> &vec) const
5131 void JSAPIQueue::DumpForSnapshot(std::vector<Reference> &vec) const
5137 void JSAPIQueueIterator::DumpForSnapshot(std::vector<Reference> &vec) const
5149 void JSAPIDeque::DumpForSnapshot(std::vector<Reference> &vec) const
5154 void JSAPIDequeIterator::DumpForSnapshot(std::vector<Reference> &vec) const
5166 void JSAPILightWeightSet::DumpForSnapshot(std::vector<Reference> &vec) const
5181 void JSAPILightWeightSetIterator::DumpForSnapshot(std::vector<Reference> &vec) const
5195 void JSAPIStack::DumpForSnapshot(std::vector<Reference> &vec) const
5200 void JSAPIStackIterator::DumpForSnapshot(std::vector<Reference> &vec) const
5212 void JSArrayIterator::DumpForSnapshot(std::vector<Reference> &vec) const
5226 void JSSharedArrayIterator::DumpForSnapshot(std::vector<Reference> &vec) const
5236 void JSAPIVector::DumpForSnapshot(std::vector<Reference> &vec) const
5241 void JSAPIVectorIterator::DumpForSnapshot(std::vector<Reference> &vec) const
5244 JSAPIVector *vector = JSAPIVector::Cast(GetIteratedVector().GetTaggedObject());
5246 vector->DumpForSnapshot(vec);
5253 void JSAPIBitVector::DumpForSnapshot(std::vector<Reference> &vec) const
5258 void JSAPIBitVectorIterator::DumpForSnapshot(std::vector<Reference> &vec) const
5260 JSAPIVector *vector = JSAPIVector::Cast(GetIteratedBitVector().GetTaggedObject());
5262 vector->DumpForSnapshot(vec);
5267 void JSStringIterator::DumpForSnapshot(std::vector<Reference> &vec) const
5274 void JSTypedArray::DumpForSnapshot(std::vector<Reference> &vec) const
5287 void JSSharedTypedArray::DumpForSnapshot(std::vector<Reference> &vec) const
5300 void ByteArray::DumpForSnapshot(std::vector<Reference> &vec) const
5306 void JSRegExp::DumpForSnapshot(std::vector<Reference> &vec) const
5315 void JSRegExpIterator::DumpForSnapshot(std::vector<Reference> &vec) const
5325 void JSProxy::DumpForSnapshot(std::vector<Reference> &vec) const
5334 void JSSymbol::DumpForSnapshot(std::vector<Reference> &vec) const
5341 void AccessorData::DumpForSnapshot(std::vector<Reference> &vec) const
5353 void LexicalEnv::DumpForSnapshot(std::vector<Reference> &vec) const
5358 void SendableEnv::DumpForSnapshot(std::vector<Reference> &vec) const
5363 void GlobalEnv::DumpForSnapshot(std::vector<Reference> &vec) const
5385 void JSDataView::DumpForSnapshot(std::vector<Reference> &vec) const
5394 void JSArrayBuffer::DumpForSnapshot(std::vector<Reference> &vec) const
5402 void JSSendableArrayBuffer::DumpForSnapshot(std::vector<Reference> &vec) const
5410 void PromiseReaction::DumpForSnapshot(std::vector<Reference> &vec) const
5417 void PromiseCapability::DumpForSnapshot(std::vector<Reference> &vec) const
5424 void PromiseIteratorRecord::DumpForSnapshot(std::vector<Reference> &vec) const
5430 void PromiseRecord::DumpForSnapshot(std::vector<Reference> &vec) const
5435 void ResolvingFunctionsRecord::DumpForSnapshot(std::vector<Reference> &vec) const
5441 void AsyncGeneratorRequest::DumpForSnapshot(std::vector<Reference> &vec) const
5447 void AsyncIteratorRecord::DumpForSnapshot(std::vector<Reference> &vec) const
5454 void JSAsyncFromSyncIterator::DumpForSnapshot(std::vector<Reference> &vec) const
5460 void JSAsyncFromSyncIterUnwarpFunction::DumpForSnapshot(std::vector<Reference> &vec) const
5466 void JSPromise::DumpForSnapshot(std::vector<Reference> &vec) const
5476 void JSPromiseReactionsFunction::DumpForSnapshot(std::vector<Reference> &vec) const
5483 void JSAsyncGeneratorResNextRetProRstFtn::DumpForSnapshot(std::vector<Reference> &vec) const
5489 void JSPromiseExecutorFunction::DumpForSnapshot(std::vector<Reference> &vec) const
5495 void JSAsyncModuleFulfilledFunction::DumpForSnapshot(std::vector<Reference> &vec) const
5501 void JSAsyncModuleRejectedFunction::DumpForSnapshot(std::vector<Reference> &vec) const
5507 void JSPromiseAllResolveElementFunction::DumpForSnapshot(std::vector<Reference> &vec) const
5517 void JSPromiseAnyRejectElementFunction::DumpForSnapshot(std::vector<Reference> &vec) const
5527 void JSPromiseAllSettledElementFunction::DumpForSnapshot(std::vector<Reference> &vec) const
5537 void JSPromiseFinallyFunction::DumpForSnapshot(std::vector<Reference> &vec) const
5544 void JSPromiseValueThunkOrThrowerFunction::DumpForSnapshot(std::vector<Reference> &vec) const
5550 void MicroJobQueue::DumpForSnapshot(std::vector<Reference> &vec) const
5556 void PendingJob::DumpForSnapshot(std::vector<Reference> &vec) const
5562 void CompletionRecord::DumpForSnapshot(std::vector<Reference> &vec) const
5568 void JSProxyRevocFunction::DumpForSnapshot(std::vector<Reference> &vec) const
5574 void JSAsyncFunction::DumpForSnapshot(std::vector<Reference> &vec) const
5579 void JSAsyncAwaitStatusFunction::DumpForSnapshot(std::vector<Reference> &vec) const
5585 void JSGeneratorFunction::DumpForSnapshot(std::vector<Reference> &vec) const
5590 void JSAsyncGeneratorFunction::DumpForSnapshot(std::vector<Reference> &vec) const
5595 void JSIntlBoundFunction::DumpForSnapshot(std::vector<Reference> &vec) const
5603 void PropertyBox::DumpForSnapshot(std::vector<Reference> &vec) const
5608 void PrototypeHandler::DumpForSnapshot(std::vector<Reference> &vec) const
5615 void TransitionHandler::DumpForSnapshot(std::vector<Reference> &vec) const
5621 void TransWithProtoHandler::DumpForSnapshot(std::vector<Reference> &vec) const
5628 void StoreTSHandler::DumpForSnapshot(std::vector<Reference> &vec) const
5635 void JSRealm::DumpForSnapshot(std::vector<Reference> &vec) const
5642 void JSIntl::DumpForSnapshot(std::vector<Reference> &vec) const
5648 void JSLocale::DumpForSnapshot(std::vector<Reference> &vec) const
5654 void JSDateTimeFormat::DumpForSnapshot(std::vector<Reference> &vec) const
5673 void JSRelativeTimeFormat::DumpForSnapshot(std::vector<Reference> &vec) const
5683 void JSNumberFormat::DumpForSnapshot(std::vector<Reference> &vec) const
5711 void JSCollator::DumpForSnapshot(std::vector<Reference> &vec) const
5728 void JSPluralRules::DumpForSnapshot(std::vector<Reference> &vec) const
5746 void JSDisplayNames::DumpForSnapshot(std::vector<Reference> &vec) const
5756 void JSSegmenter::DumpForSnapshot(std::vector<Reference> &vec) const
5764 void JSSegments::DumpForSnapshot(std::vector<Reference> &vec) const
5773 void JSSegmentIterator::DumpForSnapshot(std::vector<Reference> &vec) const
5782 void JSListFormat::DumpForSnapshot(std::vector<Reference> &vec) const
5791 void JSGeneratorObject::DumpForSnapshot(std::vector<Reference> &vec) const
5800 void JSAsyncGeneratorObject::DumpForSnapshot(std::vector<Reference> &vec) const
5811 void JSAsyncFuncObject::DumpForSnapshot(std::vector<Reference> &vec) const
5817 void GeneratorContext::DumpForSnapshot(std::vector<Reference> &vec) const
5832 void ProtoChangeMarker::DumpForSnapshot(std::vector<Reference> &vec) const
5837 void MarkerCell::DumpForSnapshot(std::vector<Reference> &vec) const
5842 void ProtoChangeDetails::DumpForSnapshot(std::vector<Reference> &vec) const
5848 void MachineCode::DumpForSnapshot(std::vector<Reference> &vec) const
5853 void TrackInfo::DumpForSnapshot(std::vector<Reference> &vec) const
5862 void ClassInfoExtractor::DumpForSnapshot(std::vector<Reference> &vec) const
5877 void SourceTextModule::DumpForSnapshot(std::vector<Reference> &vec) const
5903 void ImportEntry::DumpForSnapshot(std::vector<Reference> &vec) const
5910 void LocalExportEntry::DumpForSnapshot(std::vector<Reference> &vec) const
5916 void IndirectExportEntry::DumpForSnapshot(std::vector<Reference> &vec) const
5923 void StarExportEntry::DumpForSnapshot(std::vector<Reference> &vec) const
5928 void ResolvedBinding::DumpForSnapshot(std::vector<Reference> &vec) const
5934 void ResolvedIndexBinding::DumpForSnapshot(std::vector<Reference> &vec) const
5940 void ResolvedRecordIndexBinding::DumpForSnapshot(std::vector<Reference> &vec) const
5947 void ResolvedRecordBinding::DumpForSnapshot(std::vector<Reference> &vec) const
5953 void ModuleNamespace::DumpForSnapshot(std::vector<Reference> &vec) const
5961 void NativeModuleFailureInfo::DumpForSnapshot(std::vector<Reference> &vec) const
5967 void CjsModule::DumpForSnapshot(std::vector<Reference> &vec) const
5977 void CjsExports::DumpForSnapshot(std::vector<Reference> &vec) const
5983 void CjsRequire::DumpForSnapshot(std::vector<Reference> &vec) const
5990 void ClassLiteral::DumpForSnapshot(std::vector<Reference> &vec) const