Searched defs:alloc (Results 1 – 9 of 9) sorted by relevance
60 explicit dchecked_vector(const allocator_type& alloc) in dchecked_vector()63 : Base(n, alloc) { } in Base() argument67 : Base(n, value, alloc) { } in Base() argument72 : Base(first, last, alloc) { } in Base() argument75 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
68 explicit HashMap(const Alloc& alloc) in HashMap()
155 explicit HashSet(const allocator_type& alloc) noexcept in HashSet()
133 SwapAllocator<CompiledMethod> alloc(driver->GetCompiledMethodStorage()->GetSwapSpaceAllocator()); in SwapAllocCompiledMethod() local149 SwapAllocator<CompiledMethod> alloc(driver->GetCompiledMethodStorage()->GetSwapSpaceAllocator()); in ReleaseSwapAllocatedCompiledMethod() local
40 SwapAllocator<void> alloc(use_file ? &pool : nullptr); in SwapTest() local
56 DedupeSetTestAlloc alloc; in TEST() local
63 bool alloc; in TEST_F() local
333 explicit Leb128EncodingVector(const typename Vector::allocator_type& alloc) in Leb128EncodingVector()
432 void JitCodeCache::RemoveMethodsIn(Thread* self, const LinearAlloc& alloc) { in RemoveMethodsIn()