Home
last modified time | relevance | path

Searched refs:construct (Results 1 – 7 of 7) sorted by relevance

/art/compiler/utils/
Dswap_space.h179 void construct(pointer p, const_reference val) { in construct() function
183 void construct(U* p, Args&&... args) { in construct() function
Ddedupe_set.h151 allocator_.construct(ret, key.begin(), key.end(), allocator_); in CreateStoreKey()
/art/runtime/base/
Darena_containers.h166 void construct(pointer p, const_reference val) { in construct() function
Dscoped_arena_containers.h161 void construct(pointer p, const_reference val) { in construct() function
Dhash_set.h445 allocfn_.construct(allocfn_.address(data_[i])); in AllocateStorage()
/art/compiler/
Dcompiled_method.cc185 alloc.construct(ret, driver, instruction_set, quick_code, frame_size_in_bytes, core_spill_mask, in SwapAllocCompiledMethod()
/art/cmdline/
DREADME.md236 quickly construct these without caring about the type.