Home
last modified time | relevance | path

Searched defs:CompilingContext (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.h48 struct CompilingContext { struct
57 … ark::ArenaAllocator allocator; // NOLINT(misc-non-private-member-variables-in-classes)
58 … ark::ArenaAllocator graphLocalAllocator; // NOLINT(misc-non-private-member-variables-in-classes)
82 bool CompileInGraph(CompilingContext *ctx, std::string methodName, bool isOsr); argument
Dpaoc.cpp44 Paoc::CompilingContext::CompilingContext(Method *methodPtr, size_t methodIndex, std::ofstream *stat… in CompilingContext() function in ark::paoc::Paoc::CompilingContext