Home
last modified time | relevance | path

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

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