Home
last modified time | relevance | path

Searched refs:Rebind (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/libpandabase/mem/
H A Darena_allocator_stl_adapter.h35 struct Rebind { struct in panda::ArenaAllocatorAdapter
40 using rebind = Rebind<U>;
73 struct Rebind { struct in panda::ArenaAllocatorAdapter
78 using rebind = Rebind<U>;
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Darena_allocator_stl_adapter.h36 struct Rebind { struct in ark::ArenaAllocatorAdapter
42 using rebind = Rebind<U>; // NOLINT(readability-identifier-naming)
76 struct Rebind { struct in ark::ArenaAllocatorAdapter
82 using rebind = Rebind<U>; // NOLINT(readability-identifier-naming)
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dallocator_adapter.h36 struct Rebind { struct in ark::mem::AllocatorAdapter
42 using rebind = Rebind<U>; // NOLINT(readability-identifier-naming)
84 struct Rebind { struct in ark::mem::AllocatorAdapter
90 using rebind = Rebind<U>; // NOLINT(readability-identifier-naming)
H A Drunslots_allocator_stl_adapter.h37 struct Rebind { struct in ark::mem::RunSlotsAllocatorAdapter
44 using rebind = Rebind<U>;
85 struct Rebind { struct in ark::mem::RunSlotsAllocatorAdapter
92 using rebind = Rebind<U>;
/arkcompiler/runtime_core/static_core/verification/util/
H A Dobj_pool.h45 Rebind();
67 Rebind(); in operator =()
128 void Rebind() in Rebind() function in ark::verifier::ObjPool::Accessor
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dcaddress_allocator.h36 struct Rebind { struct in panda::ecmascript::CAddressAllocator
41 using rebind = Rebind<U>;
H A Dchunk_allocator.h35 struct Rebind { struct in panda::ecmascript::ChunkAllocator
40 using rebind = Rebind<U>;
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dallocator_test_base.h489 using AdapterType = typename decltype(allocator.Adapter())::template Rebind<ElementType>::other; in AllocateVectorTest()

Completed in 7 milliseconds