Searched defs:spiller (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | regAllocator.cpp | 72 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()
|
| D | codeGen.h | 72 explicit CodeGen(ArenaAllocator *allocator, RegSpiller *spiller, public_lib::Context *context, in CodeGen()
|
| D | ETSGen.cpp | 57 ETSGen::ETSGen(ArenaAllocator *allocator, RegSpiller *spiller, public_lib::Context *context, in ETSGen()
|
| D | pandagen.cpp | 260 PandaGen::PandaGen(ArenaAllocator *const allocator, RegSpiller *const spiller, public_lib::Context … in PandaGen()
|