Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 19 of 19) sorted by relevance

/art/libartbase/base/
Ddchecked_vector.h60 explicit dchecked_vector(const allocator_type& alloc) in dchecked_vector()
63 : Base(n, alloc) { } in Base() argument
67 : Base(n, value, alloc) { } in Base() argument
72 : Base(first, last, alloc) { } in Base() argument
75 dchecked_vector(const dchecked_vector& src, const allocator_type& alloc) in dchecked_vector()
79 dchecked_vector(dchecked_vector&& src, const allocator_type& alloc) in dchecked_vector()
83 : Base(il, alloc) { } in Base() argument
Dhash_set.h196 explicit HashSet(const allocator_type& alloc) noexcept in HashSet()
201 HashSet(double min_load_factor, double max_load_factor, const allocator_type& alloc) noexcept in HashSet()
209 const allocator_type& alloc) noexcept in HashSet()
221 const allocator_type& alloc) noexcept in HashSet()
280 HashSet(value_type* buffer, size_t buffer_size, const allocator_type& alloc) in HashSet()
288 const allocator_type& alloc) in HashSet()
Dbit_vector_test.cc91 MessyAllocator alloc; in TEST() local
346 SingleAllocator alloc; in TEST() local
Dleb128.h367 explicit Leb128EncodingVector(const typename Vector::allocator_type& alloc) in Leb128EncodingVector()
/art/test/616-cha-unloading/
Dcha_unload.cc38 bool Visit(LinearAlloc* alloc) in Visit()
80 std::unique_ptr<LinearAlloc> alloc(Runtime::Current()->CreateLinearAlloc()); in Java_Main_reuseArenaOfMethod() local
/art/compiler/
Dcompiled_method.cc116 SwapAllocator<CompiledMethod> alloc(storage->GetSwapSpaceAllocator()); in SwapAllocCompiledMethod() local
129 SwapAllocator<CompiledMethod> alloc(storage->GetSwapSpaceAllocator()); in ReleaseSwapAllocatedCompiledMethod() local
/art/compiler/utils/
Dswap_space_test.cc42 SwapAllocator<void> alloc(use_file ? &pool : nullptr); in SwapTest() local
Ddedupe_set_test.cc56 DedupeSetTestAlloc alloc; in TEST() local
/art/runtime/
Dmonitor_pool_test.cc63 bool alloc; in TEST_F() local
Dcha.cc83 const LinearAlloc* alloc, in ResetSingleImplementationInHierarchy()
Dclass_linker_test.cc1547 LinearAlloc* alloc = Runtime::Current()->GetLinearAlloc(); in TEST_F() local
Dclass_linker.cc1349 explicit CHAOnDeleteUpdateClassVisitor(LinearAlloc* alloc) in CHAOnDeleteUpdateClassVisitor()
10123 LinearAlloc* alloc = data.allocator; in VisitAllocators() local
/art/libelffile/elf/
Dxz_utils.cc103 ISzAlloc alloc; in XzDecompress() local
/art/runtime/mirror/
Ddex_cache.cc39 static T* AllocArray(Thread* self, LinearAlloc* alloc, size_t num) { in AllocArray()
/art/compiler/optimizing/
Dexecution_subgraph.cc277 ScopedArenaAllocator alloc(graph_->GetArenaStack()); in RecalculateExcludedCohort() local
Doptimizing_unit_test.h146 ArenaAllocator* alloc, in AdjacencyListGraph()
Dload_store_elimination.cc2897 PartialLoadStoreEliminationHelper(LSEVisitor* lse, ScopedArenaAllocator* alloc) in PartialLoadStoreEliminationHelper()
2953 ScopedArenaAllocator* alloc) in HeapReferenceData()
3490 ScopedArenaAllocator alloc(alloc_->GetArenaStack()); in ReorderMaterializationsForEnvDominance() local
/art/runtime/jit/
Djit_code_cache.cc177 void RemoveMethodsIn(const LinearAlloc& alloc) REQUIRES_SHARED(Locks::mutator_lock_) { in RemoveMethodsIn()
359 static const void* FromAllocationToCode(const uint8_t* alloc) { in FromAllocationToCode()
506 void JitCodeCache::RemoveMethodsIn(Thread* self, const LinearAlloc& alloc) { in RemoveMethodsIn()
/art/test/ti-stress/
Dstress.cc109 Allocator alloc(env); in DoExtractClassFromData() local