Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Djvmti_allocator.h135 void construct(pointer p, const_reference val) { in construct() function
139 void construct(U* p, Args&&... args) { in construct() function
/art/compiler/utils/
Dswap_space.h196 void construct(pointer p, const_reference val) { in construct() function
200 void construct(U* p, Args&&... args) { in construct() function
/art/test/800-smali/smali/
Db_21869691A.smali6 # so we can construct a class hierarchy that would have a surprising result:
/art/compiler/
Dcompiled_method.cc122 alloc.construct(ret, in SwapAllocCompiledMethod()
/art/libartbase/base/
Darena_containers.h207 void construct(U* p, Args&&... args) { in construct() function
Dscoped_arena_containers.h194 void construct(U* p, Args&&... args) { in construct() function
Dhash_set.h642 allocfn_.construct(allocfn_.address(data_[i])); in AllocateStorage()
/art/cmdline/
DREADME.md236 quickly construct these without caring about the type.