Searched refs:collection (Results 1 – 6 of 6) sorted by relevance
681 dex_ir::Collections& collection = header_->GetCollections(); in GenerateAndWriteMapItems() local687 collection.StringIdsSize(), in GenerateAndWriteMapItems()688 collection.StringIdsOffset())); in GenerateAndWriteMapItems()690 collection.TypeIdsSize(), in GenerateAndWriteMapItems()691 collection.TypeIdsOffset())); in GenerateAndWriteMapItems()693 collection.ProtoIdsSize(), in GenerateAndWriteMapItems()694 collection.ProtoIdsOffset())); in GenerateAndWriteMapItems()696 collection.FieldIdsSize(), in GenerateAndWriteMapItems()697 collection.FieldIdsOffset())); in GenerateAndWriteMapItems()699 collection.MethodIdsSize(), in GenerateAndWriteMapItems()[all …]
410 dex_ir::Collections& collection = header_->GetCollections(); in Write() local472 collection.SetMapListOffset(data_stream->Tell()); in Write()474 data_stream->Seek(collection.MapListOffset()); in Write()481 const std::vector<uint8_t>& link_data = collection.LinkData(); in Write()
1 Check that reachabilityFence() prevents garbage collection of objects only referred to by a dead
1 To support garbage collection, debugging and profiling the VM must be able to send all threads
12 The metric is made up of a collection of separate models for different
152 description: "Non-deterministic test because of a dependency on weak ref collection.",