Home
last modified time | relevance | path

Searched defs:construct (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dcaddress_allocator.h86 void construct(U *p, Args &&... args) // NOLINT(readability-identifier-naming) in construct() function
Dchunk_allocator.h94 void construct(U *p, Args &&... args) // NOLINT(readability-identifier-naming) in construct() function
/arkcompiler/runtime_core/static_core/runtime/mem/
Dallocator_adapter.h128 void construct(U *ptr, Args &&...args) // NOLINT(readability-identifier-naming) in construct() function
Drunslots_allocator_stl_adapter.h151 void construct(U *p, Args &&...args) in construct() function
/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator_stl_adapter.h130 void construct(U *p, Args &&... args) // NOLINT(readability-identifier-naming) in construct() function
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Darena_allocator_stl_adapter.h134 void construct(U *p, Args &&...args) // NOLINT(readability-identifier-naming) in construct() function
/arkcompiler/ets_runtime/test/moduletest/proxy/
Dproxy.js67 construct: function(t, args) { method
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmempool_allocator.h281 void construct(const pointer p, const_reference val) in construct() function
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js5468 construct() { method