Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dcframe.cpp205 auto maxSlot = codeInfo.GetHeader().GetFrameSize() / ArchTraits<RUNTIME_ARCH>::POINTER_SIZE; in Dump() local
209 void CFrame::Dump(std::ostream &os, uint32_t maxSlot) in Dump()
289 …DumpLocals(std::ostream &os, MemPrinter printMem, PandaString *dscr, size_t *slot, int32_t maxSlot) in DumpLocals()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.cpp845 uint32_t maxSlot = 0; in GetParametersSlotsCount() local