Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/merge_abc/src/
DassemblyFunctionProto.cpp168 function.SetSlotsNum(protoFunction.slotsnum()); in Deserialize()
/arkcompiler/runtime_core/assembler/
Dassembly-function.h92 void SetSlotsNum(size_t num) in SetSlotsNum() function
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp89 func_->SetSlotsNum(pg_->GetCurrentSlot()); in GenIcSize()
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp827 pandaFunc.SetSlotsNum(icSize); in ParseFunctionIcSize()