Searched defs:CompilingContext (Results 1 – 2 of 2) sorted by relevance
48 struct CompilingContext { struct57 … 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
44 Paoc::CompilingContext::CompilingContext(Method *methodPtr, size_t methodIndex, std::ofstream *stat… in CompilingContext() function in ark::paoc::Paoc::CompilingContext