Searched defs:alloc (Results 1 – 11 of 11) sorted by relevance
/art/runtime/base/ |
D | dchecked_vector.h | 60 explicit dchecked_vector(const allocator_type& alloc) in dchecked_vector() 65 : Base(alloc) { resize(n); } in Base() argument 69 : Base(n, value, alloc) { } in Base() argument 74 : Base(first, last, alloc) { } in Base() argument 77 dchecked_vector(const dchecked_vector& src, const allocator_type& alloc) in dchecked_vector() 81 dchecked_vector(dchecked_vector&& src, const allocator_type& alloc) in dchecked_vector() 85 : Base(il, alloc) { } in Base() argument
|
D | hash_map.h | 68 explicit HashMap(const Alloc& alloc) in HashMap()
|
D | hash_set.h | 155 explicit HashSet(const allocator_type& alloc) noexcept in HashSet()
|
/art/compiler/ |
D | compiled_method.cc | 133 SwapAllocator<CompiledMethod> alloc(driver->GetCompiledMethodStorage()->GetSwapSpaceAllocator()); in SwapAllocCompiledMethod() local 149 SwapAllocator<CompiledMethod> alloc(driver->GetCompiledMethodStorage()->GetSwapSpaceAllocator()); in ReleaseSwapAllocatedCompiledMethod() local
|
D | compiled_method.h | 123 explicit SrcMap(const Allocator& alloc) : std::vector<SrcMapElem, Allocator>(alloc) {} in SrcMap() 126 SrcMap(InputIt first, InputIt last, const Allocator& alloc) in SrcMap()
|
/art/compiler/utils/ |
D | swap_space_test.cc | 40 SwapAllocator<void> alloc(use_file ? &pool : nullptr); in SwapTest() local
|
D | dedupe_set_test.cc | 56 DedupeSetTestAlloc alloc; in TEST() local
|
/art/runtime/ |
D | monitor_pool_test.cc | 63 bool alloc; in TEST_F() local
|
D | leb128.h | 239 explicit Leb128EncodingVector(const typename Vector::allocator_type& alloc) in Leb128EncodingVector()
|
/art/tools/ahat/src/ |
D | AhatSnapshot.java | 124 InstanceUtils.NativeAllocation alloc = InstanceUtils.getNativeAllocation(inst); in AhatSnapshot() local
|
/art/runtime/jit/ |
D | jit_code_cache.cc | 262 void JitCodeCache::RemoveMethodsIn(Thread* self, const LinearAlloc& alloc) { in RemoveMethodsIn()
|