Home
last modified time | relevance | path

Searched defs:Rebind (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Dallocator_adapter.h36 struct Rebind { struct
42 using rebind = Rebind<U>; // NOLINT(readability-identifier-naming) argument
84 struct Rebind { struct
90 using rebind = Rebind<U>; // NOLINT(readability-identifier-naming) argument
Drunslots_allocator_stl_adapter.h37 struct Rebind { struct
44 using rebind = Rebind<U>; argument
85 struct Rebind { struct
92 using rebind = Rebind<U>; argument
/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator_stl_adapter.h35 struct Rebind { struct
40 using rebind = Rebind<U>; argument
73 struct Rebind { struct
78 using rebind = Rebind<U>; argument
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Darena_allocator_stl_adapter.h36 struct Rebind { struct
42 using rebind = Rebind<U>; // NOLINT(readability-identifier-naming) argument
76 struct Rebind { struct
82 using rebind = Rebind<U>; // NOLINT(readability-identifier-naming) argument
/arkcompiler/ets_runtime/ecmascript/mem/
Dcaddress_allocator.h36 struct Rebind { struct
41 using rebind = Rebind<U>; argument
Dchunk_allocator.h35 struct Rebind { struct
40 using rebind = Rebind<U>; argument
/arkcompiler/runtime_core/static_core/verification/util/
Dobj_pool.h128 void Rebind() in Rebind() function
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/
Dutil.cpp187 varbinder::Scope *Rebind(PhaseManager *phaseManager, varbinder::ETSBinder *varBinder, ir::AstNode *… in Rebind() function