Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DregAllocator.cpp72 RegAllocatorBase::RegAllocatorBase(CodeGen *const cg, RegSpiller *const spiller) noexcept in RegAllocatorBase()
143 RegAllocator::RegAllocator(CodeGen *const cg, RegSpiller *const spiller) noexcept : RegAllocatorBas… in RegAllocator()
208 RangeRegAllocator::RangeRegAllocator(CodeGen *const cg, RegSpiller *const spiller) noexcept in RangeRegAllocator()
DcodeGen.h72 explicit CodeGen(ArenaAllocator *allocator, RegSpiller *spiller, public_lib::Context *context, in CodeGen()
DETSGen.cpp57 ETSGen::ETSGen(ArenaAllocator *allocator, RegSpiller *spiller, public_lib::Context *context, in ETSGen()
Dpandagen.cpp260 PandaGen::PandaGen(ArenaAllocator *const allocator, RegSpiller *const spiller, public_lib::Context … in PandaGen()