Searched defs:container (Results 1 – 14 of 14) sorted by relevance
/art/libartbase/base/ |
D | stl_util.h | 62 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()
|
D | transform_array_ref.h | 170 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/ |
D | libart_verify_dex_fuzzer.cc | 31 auto container = std::make_shared<art::MemoryDexFileContainer>(data, size); in LLVMFuzzerTestOneInput() local
|
/art/libdexfile/dex/ |
D | compact_dex_file.cc | 88 std::shared_ptr<DexFileContainer> container) in CompactDexFile()
|
D | fuzzer_corpus_test.cc | 45 auto container = std::make_shared<art::MemoryDexFileContainer>(data, size); in VerifyDexFile() local
|
D | standard_dex_file.h | 123 std::shared_ptr<DexFileContainer> container) in StandardDexFile()
|
D | dex_file.cc | 138 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()
|
D | dex_file_loader.cc | 437 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
|
D | dex_file_loader.h | 168 DexFileLoader(std::shared_ptr<DexFileContainer> container, const std::string& location) in DexFileLoader()
|
D | dex_file_verifier_test.cc | 62 auto container = std::make_shared<MemoryDexFileContainer>(dex_bytes, length); in GetDexFile() local
|
/art/compiler/optimizing/ |
D | optimizing_unit_test.h | 242 auto container = variable
|
/art/runtime/ |
D | transaction.cc | 424 void UpdateKeys(const MovingRoots& moving_roots, Container& container) { in UpdateKeys()
|
D | class_linker_test.cc | 1547 auto container = in TEST_F() local
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 447 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
|