Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 13 of 13) 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_map.h68 explicit HashMap(const Alloc& alloc) in HashMap()
Dleb128.h367 explicit Leb128EncodingVector(const typename Vector::allocator_type& alloc) in Leb128EncodingVector()
Dhash_set.h159 explicit HashSet(const allocator_type& alloc) noexcept in HashSet()
/art/test/616-cha-unloading/
Dcha_unload.cc45 std::unique_ptr<LinearAlloc> alloc(Runtime::Current()->CreateLinearAlloc()); in Java_Main_reuseArenaOfMethod() local
/art/compiler/
Dcompiled_method.cc133 SwapAllocator<CompiledMethod> alloc(driver->GetCompiledMethodStorage()->GetSwapSpaceAllocator()); in SwapAllocCompiledMethod() local
149 SwapAllocator<CompiledMethod> alloc(driver->GetCompiledMethodStorage()->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.cc82 const LinearAlloc* alloc, in ResetSingleImplementationInHierarchy()
Dclass_linker.cc1169 explicit CHAOnDeleteUpdateClassVisitor(LinearAlloc* alloc) in CHAOnDeleteUpdateClassVisitor()
/art/runtime/jit/
Djit_code_cache.cc133 void RemoveMethodsIn(const LinearAlloc& alloc) { in RemoveMethodsIn()
604 void JitCodeCache::RemoveMethodsIn(Thread* self, const LinearAlloc& alloc) { in RemoveMethodsIn()
/art/test/ti-stress/
Dstress.cc104 Allocator alloc(env); in DoExtractClassFromData() local