/art/libartbase/base/ |
D | dchecked_vector.h | 60 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) noexcept in dchecked_vector() 83 : Base(il, alloc) { } in Base() argument
|
D | hash_set.h | 204 explicit HashSet(const allocator_type& alloc) noexcept in HashSet() 209 HashSet(double min_load_factor, double max_load_factor, const allocator_type& alloc) noexcept in HashSet() 217 const allocator_type& alloc) noexcept in HashSet() 229 const allocator_type& alloc) noexcept in HashSet() 288 HashSet(value_type* buffer, size_t buffer_size, const allocator_type& alloc) in HashSet() 296 const allocator_type& alloc) in HashSet() 304 const allocator_type& alloc) in HashSet()
|
D | bit_vector_test.cc | 91 MessyAllocator alloc; in TEST() local 346 SingleAllocator alloc; in TEST() local
|
D | leb128.h | 367 explicit Leb128EncodingVector(const typename Vector::allocator_type& alloc) in Leb128EncodingVector()
|
/art/test/616-cha-unloading/ |
D | cha_unload.cc | 38 bool Visit(LinearAlloc* alloc) in Visit() 80 std::unique_ptr<LinearAlloc> alloc(Runtime::Current()->CreateLinearAlloc()); in Java_Main_reuseArenaOfMethod() local
|
/art/dex2oat/driver/ |
D | compiled_method.cc | 80 SwapAllocator<CompiledMethod> alloc(storage->GetSwapSpaceAllocator()); in SwapAllocCompiledMethod() local 93 SwapAllocator<CompiledMethod> alloc(storage->GetSwapSpaceAllocator()); in ReleaseSwapAllocatedCompiledMethod() local
|
/art/dex2oat/utils/ |
D | swap_space_test.cc | 41 SwapAllocator<void> alloc(use_file ? &pool : nullptr); in SwapTest() local
|
/art/compiler/utils/ |
D | dedupe_set_test.cc | 57 DedupeSetTestAlloc alloc; in TEST() local
|
/art/runtime/ |
D | monitor_pool_test.cc | 63 bool alloc; in TEST_F() local
|
D | cha.cc | 83 const LinearAlloc* alloc, in ResetSingleImplementationInHierarchy()
|
D | runtime.cc | 3162 bool Visit(LinearAlloc* alloc) override { in Visit()
|
D | class_linker.cc | 1439 explicit CHAOnDeleteUpdateClassVisitor(LinearAlloc* alloc) in CHAOnDeleteUpdateClassVisitor() 10754 LinearAlloc* alloc = data.allocator; in VisitAllocators() local
|
/art/libelffile/elf/ |
D | xz_utils.cc | 103 ISzAlloc alloc; in XzDecompress() local
|
/art/compiler/optimizing/ |
D | execution_subgraph.cc | 274 ScopedArenaAllocator alloc(graph_->GetArenaStack()); in RecalculateExcludedCohort() local
|
D | optimizing_unit_test.h | 147 ArenaAllocator* alloc, in AdjacencyListGraph()
|
D | load_store_elimination.cc | 3043 PartialLoadStoreEliminationHelper(LSEVisitor* lse, ScopedArenaAllocator* alloc) in PartialLoadStoreEliminationHelper() 3098 ScopedArenaAllocator* alloc) in HeapReferenceData() 3635 ScopedArenaAllocator alloc(alloc_->GetArenaStack()); in ReorderMaterializationsForEnvDominance() local
|
/art/runtime/mirror/ |
D | dex_cache-inl.h | 71 LinearAlloc* alloc = (startup && startup_linear_alloc != nullptr) in AllocArray() local
|
/art/runtime/jit/ |
D | jit_code_cache.cc | 166 void RemoveMethodsIn(const LinearAlloc& alloc) REQUIRES_SHARED(Locks::mutator_lock_) { in RemoveMethodsIn() 369 static const void* FromAllocationToCode(const uint8_t* alloc) { in FromAllocationToCode() 524 void JitCodeCache::RemoveMethodsIn(Thread* self, const LinearAlloc& alloc) { in RemoveMethodsIn()
|
/art/test/ti-stress/ |
D | stress.cc | 109 Allocator alloc(env); in DoExtractClassFromData() local
|