Home
last modified time | relevance | path

Searched refs:SetFrameLayout (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
Dcodegen_interpreter.h66 GetEncoder()->SetFrameLayout(ark::CFrameLayout(GetGraph()->GetArch(), SPILL_SLOTS)); in GeneratePrologue()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.h419 void SetFrameLayout(CFrameLayout fl);
Dencode.cpp783 void Encoder::SetFrameLayout(CFrameLayout fl) in SetFrameLayout() function in ark::compiler::Encoder
Dcodegen.cpp177 enc_->SetFrameLayout(GetFrameLayout()); in Codegen()