Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_encoder.cpp210 auto frame_size = static_cast<compiler::Register>(usage_mask->size()); in RenumberArgRegs() local
Doptimize_bytecode.cpp489 …if (auto frame_size = function.regs_num + function.GetParamsNum(); frame_size >= NUM_COMPACTLY_ENC… in OptimizeFunction() local