Home
last modified time | relevance | path

Searched defs:allocator_ (Results 1 – 25 of 91) sorted by relevance

1234

/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_space.h36 delete allocator_; in ~SharedSparseSpace() local
103 FreeListAllocator<FreeObject> *allocator_; variable
242 BumpPointerAllocator allocator_; variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dcondition_chain_manager.h39 ArenaAllocator *allocator_; variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dliveness_use_table.h38 ArenaAllocator *allocator_; variable
/arkcompiler/runtime_core/static_core/runtime/mem/gc/dynamic/
Dgc_dynamic_data.h46 InternalAllocatorPtr allocator_; variable
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompileQueue.h104 panda::ArenaAllocator *allocator_; variable
145 panda::ArenaAllocator *allocator_; variable
202 panda::ArenaAllocator *allocator_; variable
229 panda::ArenaAllocator *allocator_; variable
/arkcompiler/runtime_core/static_core/irtoc/backend/
Dcompilation.h59 std::unique_ptr<ArenaAllocator> allocator_; variable
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsQualifiedName.h84 ArenaAllocator *allocator_; variable
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DglobalClassHandler.h99 ArenaAllocator *const allocator_; variable
/arkcompiler/runtime_core/static_core/runtime/mem/
Dallocator_adapter.h45 : allocator_(allocator) in allocator_() function
93 : allocator_(allocator) in allocator_() function
/arkcompiler/runtime_core/compiler/tests/
Dinst_generator.h75 ArenaAllocator &allocator_; variable
264 ArenaAllocator &allocator_; variable
Dconstructor_test.cpp76 ArenaAllocator *allocator_; member in panda::compiler::ConstructorTest
/arkcompiler/ets_frontend/ets2panda/test/unit/ets_specific_optimizer/
Dets_opt.h64 delete allocator_; in ~EtsOptTest() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dlinear_space.h68 BumpPointerAllocator allocator_; variable
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
Dregister64_test.cpp49 ArenaAllocator *allocator_; member in ark::compiler::Register64Test
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
Dregister32_test.cpp48 ArenaAllocator *allocator_; member in ark::compiler::Register32Test
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
Dregister64_test.cpp49 ArenaAllocator *allocator_; member in ark::compiler::Register64Test
/arkcompiler/runtime_core/static_core/runtime/
Dthread_pool.h98 : allocator_(allocator), in allocator_() function
379 mem::InternalAllocatorPtr allocator_; variable
/arkcompiler/runtime_core/static_core/verification/jobs/
Dservice.h61 mem::InternalAllocatorPtr allocator_; variable
/arkcompiler/runtime_core/static_core/compiler/tests/
Dconstructor_test.cpp81 ArenaAllocator *allocator_; member in ark::compiler::ConstructorTest
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dregister32_test.cpp51 ArenaAllocator *allocator_; member in panda::compiler::Register32Test
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dregister64_test.cpp52 ArenaAllocator *allocator_; member in panda::compiler::Register64Test
/arkcompiler/runtime_core/compiler/tests/amd64/
Dregister64_test.cpp52 ArenaAllocator *allocator_; member in panda::compiler::Register64Test
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DinterfaceType.h147 ArenaAllocator *allocator_; variable
/arkcompiler/ets_frontend/es2panda/typescript/types/
DinterfaceType.h144 ArenaAllocator *allocator_; variable
/arkcompiler/ets_frontend/ets2panda/test/unit/lowerings/
Dscopes_initialization.cpp51 std::unique_ptr<ArenaAllocator> allocator_; member in ark::es2panda::ScopesInitPhaseTest

1234