Searched defs:alloc (Results 1 – 14 of 14) sorted by relevance
/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) in dchecked_vector() 83 : Base(il, alloc) { } in Base() argument
|
D | hash_map.h | 71 explicit HashMap(const Alloc& alloc) in HashMap()
|
D | leb128.h | 367 explicit Leb128EncodingVector(const typename Vector::allocator_type& alloc) in Leb128EncodingVector()
|
D | hash_set.h | 203 explicit HashSet(const allocator_type& alloc) noexcept in HashSet()
|
/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/compiler/ |
D | compiled_method.cc | 120 SwapAllocator<CompiledMethod> alloc(storage->GetSwapSpaceAllocator()); in SwapAllocCompiledMethod() local 133 SwapAllocator<CompiledMethod> alloc(storage->GetSwapSpaceAllocator()); in ReleaseSwapAllocatedCompiledMethod() local
|
/art/compiler/utils/ |
D | swap_space_test.cc | 42 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 | cha.cc | 83 const LinearAlloc* alloc, in ResetSingleImplementationInHierarchy()
|
D | class_linker.cc | 1310 explicit CHAOnDeleteUpdateClassVisitor(LinearAlloc* alloc) in CHAOnDeleteUpdateClassVisitor() 9584 LinearAlloc* alloc = data.allocator; in VisitAllocators() local
|
/art/libelffile/elf/ |
D | xz_utils.cc | 102 ISzAlloc alloc; in XzDecompress() local
|
/art/runtime/jit/ |
D | jit_code_cache.cc | 165 void RemoveMethodsIn(const LinearAlloc& alloc) { in RemoveMethodsIn() 834 void JitCodeCache::RemoveMethodsIn(Thread* self, const LinearAlloc& alloc) { in RemoveMethodsIn()
|
/art/test/ti-stress/ |
D | stress.cc | 109 Allocator alloc(env); in DoExtractClassFromData() local
|