Home
last modified time | relevance | path

Searched defs:container (Results 1 – 14 of 14) sorted by relevance

/art/libartbase/base/
Dstl_util.h62 void STLDeleteElements(T *container) { in STLDeleteElements()
96 size_t IndexOfElement(const Container& container, const T& value) { in IndexOfElement()
104 void RemoveElement(Container& container, const T& value) { in RemoveElement()
112 void ReplaceElement(Container& container, const T& old_value, const T& new_value) { in ReplaceElement()
129 bool ContainsElement(const std::set<T>& container, const T& value) { in ContainsElement()
Dtransform_array_ref.h170 ArrayRef<ValueType> container, Function f) { in MakeTransformArrayRef()
176 Container& container, Function f) { in MakeTransformArrayRef()
183 const Container& container, Function f) { in MakeTransformArrayRef()
/art/tools/fuzzer/
Dlibart_verify_dex_fuzzer.cc31 auto container = std::make_shared<art::MemoryDexFileContainer>(data, size); in LLVMFuzzerTestOneInput() local
/art/libdexfile/dex/
Dcompact_dex_file.cc88 std::shared_ptr<DexFileContainer> container) in CompactDexFile()
Dfuzzer_corpus_test.cc45 auto container = std::make_shared<art::MemoryDexFileContainer>(data, size); in VerifyDexFile() local
Dstandard_dex_file.h123 std::shared_ptr<DexFileContainer> container) in StandardDexFile()
Ddex_file.cc138 ALWAYS_INLINE const T* DexFile::GetSection(const uint32_t* offset, DexFileContainer* container) { in GetSection()
156 std::shared_ptr<DexFileContainer> container, in DexFile()
254 ArrayRef<const uint8_t> DexFile::GetDataRange(const uint8_t* data, DexFileContainer* container) { in GetDataRange()
Ddex_file_loader.cc437 std::unique_ptr<DexFile> DexFileLoader::OpenCommon(std::shared_ptr<DexFileContainer> container, in OpenCommon()
548 auto container = std::make_shared<MemMapContainer>(std::move(map), is_file_map); in OpenFromZipEntry() local
Ddex_file_loader.h168 DexFileLoader(std::shared_ptr<DexFileContainer> container, const std::string& location) in DexFileLoader()
Ddex_file_verifier_test.cc62 auto container = std::make_shared<MemoryDexFileContainer>(dex_bytes, length); in GetDexFile() local
/art/compiler/optimizing/
Doptimizing_unit_test.h242 auto container = variable
/art/runtime/
Dtransaction.cc424 void UpdateKeys(const MovingRoots& moving_roots, Container& container) { in UpdateKeys()
Dclass_linker_test.cc1547 auto container = in TEST_F() local
/art/dex2oat/linker/
Doat_writer.cc447 auto container = std::make_shared<MemoryDexFileContainer>(vdex_file.Begin(), vdex_file.End()); in AddVdexDexFilesSource() local
484 bool OatWriter::AddRawDexFileSource(const std::shared_ptr<DexFileContainer>& container, in AddRawDexFileSource()
3261 const DexFileContainer* container = oat_dex_file.GetDexFile()->GetContainer().get(); in WriteDexFiles() local