Home
last modified time | relevance | path

Searched defs:programAllocator (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/
Dchecker.cpp23 Checker::Checker(util::DiagnosticEngine &diagnosticEngine, ArenaAllocator *programAllocator) in Checker()
DTSchecker.h124 …hecker(util::DiagnosticEngine &diagnosticEngine, [[maybe_unused]] ArenaAllocator *programAllocator) in TSChecker()
DETSchecker.cpp54 ETSChecker::ETSChecker(util::DiagnosticEngine &diagnosticEngine, ArenaAllocator *programAllocator) in ETSChecker()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCreation.cpp308 auto *const programAllocator = checker->ProgramAllocator(); in InitializeGlobalBuiltinObjectType() local