Home
last modified time | relevance | path

Searched defs:arena_allocator (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/
Dtarget.cpp69 Encoder *Encoder::Create([[maybe_unused]] ArenaAllocator *arena_allocator, [[maybe_unused]] Arch ar… in Create()
108 RegistersDescription *RegistersDescription::Create([[maybe_unused]] ArenaAllocator *arena_allocator, in Create()
133 CallingConvention *CallingConvention::Create([[maybe_unused]] ArenaAllocator *arena_allocator, in Create()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dmethod_properties.h36 static MethodProperties *Create(ArenaAllocator *arena_allocator, const Graph *graph) in Create()
/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator.h218 explicit ArenaResizeWrapper(ArenaAllocatorT<use_oom_handler> *arena_allocator) in ArenaResizeWrapper()