Home
last modified time | relevance | path

Searched refs:graph_local_allocator (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/tools/paoc/
Dpaoc.cpp560graph_local_allocator(panda::SpaceType::SPACE_TYPE_COMPILER, PandaVM::GetCurrent()->GetMemStats(),… in CompilingContext()
582 *stats << graph_local_allocator.GetAllocatedSize() << '\n'; in DumpStatistics()
588 …panda::ArenaAllocator graph_local_allocator; // NOLINT(misc-non-private-member-variables-in-class… member
647 …ompiler::CompileInGraph(runtime_, ctx->method, false, &ctx->allocator, &ctx->graph_local_allocator, in CompileJit()
668 …ompileInGraph(runtime_, ctx->method, true, &ctx->allocator, &ctx->graph_local_allocator, is_dynami… in CompileOsr()
690 …ctx->graph = ctx->allocator.New<Graph>(&ctx->allocator, &ctx->graph_local_allocator, aot_builder_.… in CompileAot()
/arkcompiler/runtime_core/runtime/
Dcompiler.cpp737 …panda::ArenaAllocator graph_local_allocator(panda::SpaceType::SPACE_TYPE_COMPILER, mem_stats, true… in CompileMethodLocked() local
739 &graph_local_allocator, &gdb_debug_info_allocator_)) { in CompileMethodLocked()