Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/arch/
Dasm_support.cpp54 … [[maybe_unused]] const void *osr_code, [[maybe_unused]] size_t frame_size) in OsrEntryAfterCFrame()
59 … [[maybe_unused]] const void *osr_code, [[maybe_unused]] size_t frame_size) in OsrEntryAfterIFrame()
64 … [[maybe_unused]] const void *osr_code, [[maybe_unused]] size_t frame_size) in OsrEntryTopFrame()
/arkcompiler/runtime_core/irtoc/backend/compiler/
Dcodegen_boundary.cpp98 size_t frame_size = in CreateFrameInfo() local
/arkcompiler/runtime_core/compiler/code_info/
Dcode_info_builder.cpp21 void CodeInfoBuilder::BeginMethod(uint32_t frame_size, uint32_t vregs_count) in BeginMethod()
/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_encoder.cpp210 auto frame_size = static_cast<compiler::Register>(usage_mask->size()); in RenumberArgRegs() local
Doptimize_bytecode.cpp348 …if (auto frame_size = function.regs_num + function.GetParamsNum(); frame_size >= NUM_COMPACTLY_ENC… in OptimizeFunction() local
/arkcompiler/runtime_core/runtime/include/
Dmethod-inl.h392 uint32_t frame_size = InvokeHelper::GetFrameSize(num_vregs, num_declared_args, num_actual_args); in InitFrameWithNumVRegs() local