Home
last modified time | relevance | path

Searched refs:collection (Results 1 – 6 of 6) sorted by relevance

/art/dexlayout/
Ddex_writer.cc681 dex_ir::Collections& collection = header_->GetCollections(); in GenerateAndWriteMapItems() local
687 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 …]
Dcompact_dex_writer.cc410 dex_ir::Collections& collection = header_->GetCollections(); in Write() local
472 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()
/art/test/072-reachability-fence/
Dinfo.txt1 Check that reachabilityFence() prevents garbage collection of objects only referred to by a dead
/art/test/109-suspend-check/
Dinfo.txt1 To support garbage collection, debugging and profiling the VM must be able to send all threads
/art/tools/amm/
DREADME.md12 The metric is made up of a collection of separate models for different
/art/tools/
Dlibcore_failures.txt152 description: "Non-deterministic test because of a dependency on weak ref collection.",