| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/ |
| D | __init__.py | 29 def construct(self, instance: "CompilerInstance") -> Backend: member in AbiHeaderBackendConfig 51 def construct(self, instance: "CompilerInstance") -> Backend: member in AbiSourcesBackendConfig 73 def construct(self, instance: "CompilerInstance") -> Backend: member in CAuthorBackendConfig
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/cpp/ |
| D | __init__.py | 30 def construct(self, instance: "CompilerInstance") -> Backend: member in CppCommonHeadersBackendConfig 52 def construct(self, instance: "CompilerInstance") -> Backend: member in CppAuthorBackendConfig 79 def construct(self, instance: "CompilerInstance") -> Backend: member in CppUserHeadersBackendConfig
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/ |
| D | __init__.py | 30 def construct(self, instance: "CompilerInstance") -> Backend: member in AniBridgeBackendConfig
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/semantics/ |
| D | __init__.py | 34 def construct(self, instance: "CompilerInstance") -> Backend: member in PrettyPrintBackendConfig
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/driver/ |
| D | backend.py | 65 def construct(self, instance: "CompilerInstance") -> Backend: member in BackendConfig
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | caddress_allocator.h | 86 void construct(U *p, Args &&... args) // NOLINT(readability-identifier-naming) in construct() function
|
| D | chunk_allocator.h | 94 void construct(U *p, Args &&... args) // NOLINT(readability-identifier-naming) in construct() function
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | allocator_adapter.h | 128 void construct(U *ptr, Args &&...args) // NOLINT(readability-identifier-naming) in construct() function
|
| D | runslots_allocator_stl_adapter.h | 151 void construct(U *p, Args &&...args) in construct() function
|
| /arkcompiler/ets_runtime/common_components/common/ |
| D | page_allocator.h | 362 …void construct(pointer p, const_reference val) { ::new (reinterpret_cast<void*>(p)) value_type(val… in construct() function 365 void construct(Up* p, Args&&... args) in construct() function
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | arena_allocator_stl_adapter.h | 130 void construct(U *p, Args &&... args) // NOLINT(readability-identifier-naming) in construct() function
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | arena_allocator_stl_adapter.h | 134 void construct(U *p, Args &&...args) // NOLINT(readability-identifier-naming) in construct() function
|
| /arkcompiler/ets_runtime/test/moduletest/proxy/ |
| D | proxy.js | 67 construct: function(t, args) { method
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/utils/ |
| D | outputs.py | 256 def construct(self, ci: "CompilerInstance") -> "OutputManager": member in OutputConfig 357 def construct(self, ci: "CompilerInstance") -> "CMakeOutputManager": member in CMakeOutputConfig
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/ |
| D | mempool_allocator.h | 281 void construct(const pointer p, const_reference val) in construct() function
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 5468 construct() { method
|