Home
last modified time | relevance | path

Searched defs:container (Results 1 – 16 of 16) 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.h173 ArrayRef<ValueType> container, Function f) { in MakeTransformArrayRef()
179 Container& container, Function f) { in MakeTransformArrayRef()
186 const Container& container, Function f) { in MakeTransformArrayRef()
/art/libdexfile/dex/
Dcompact_dex_file.cc91 std::shared_ptr<DexFileContainer> container) in CompactDexFile()
Dstandard_dex_file.h121 std::shared_ptr<DexFileContainer> container) in StandardDexFile()
Ddex_file_loader.cc351 std::unique_ptr<DexFile> DexFileLoader::OpenCommon(std::shared_ptr<DexFileContainer> container, in OpenCommon()
458 auto container = std::make_shared<MemMapContainer>(std::move(map), is_file_map); in OpenFromZipEntry() local
Ddex_file_loader.h115 DexFileLoader(std::shared_ptr<DexFileContainer> container, const std::string& location) in DexFileLoader()
Ddex_file.cc97 std::shared_ptr<DexFileContainer> container, in DexFile()
189 DexFileContainer* container) { in GetDataRange()
Ddex_file_verifier_test.cc62 auto container = std::make_shared<MemoryDexFileContainer>(dex_bytes, length); in GetDexFile() local
/art/dexlayout/
Dcompact_dex_writer.cc385 Container* const container = down_cast<Container*>(output); in Write() local
Ddexlayout.cc2159 DexContainer* const container = dex_container->get(); in OutputDexFile() local
2251 auto container = std::make_unique<DexLoaderContainer>( in ProcessDexFile() local
Ddexlayout_test.cc806 auto container = std::make_unique<DexLoaderContainer>(out->GetMainSection()->Begin(), in TEST_F() local
Ddex_writer.cc961 std::unique_ptr<DexContainer>* container, in Output()
/art/compiler/optimizing/
Doptimizing_unit_test.h244 auto container = variable
/art/runtime/
Dtransaction.cc372 void UpdateKeys(const MovingRoots& moving_roots, Container& container) { in UpdateKeys()
Dclass_linker_test.cc1546 auto container = in TEST_F() local
/art/dex2oat/linker/
Doat_writer.cc3192 const DexFileContainer* container = oat_dex_file.GetDexFile()->GetContainer(); in WriteDexFiles() local