Searched refs:GetStackSlotsCount (Results 1 – 16 of 16) sorted by relevance
74 auto slot_offset = graph->GetStackSlotsCount(); in AddLocationToRoots()
234 auto param_slots = GetGraph()->GetStackSlotsCount(); in GetTotalSlotsCount()
34 PARAMETER_SLOTS_OFFSET(SLOTS_TABLE_OFFSET + graph->GetStackSlotsCount()), in SpillFillsResolver()
81 auto slotOffset = graph->GetStackSlotsCount(); in AddLocationToRoots()
252 auto paramSlots = GetGraph()->GetStackSlotsCount(); in GetTotalSlotsCount()
35 parameterSlotsOffset_(slotsTableOffset_ + graph->GetStackSlotsCount()), in SpillFillsResolver()
53 …AdjustSpReg(!GetGraph()->GetMethodProperties().IsLeaf() || GetGraph()->GetStackSlotsCount() != 0 || in CreateFrameInfo()
150 frameLayout_(CFrameLayout(graph->GetArch(), graph->GetStackSlotsCount())), in Codegen()
154 auto num_locals = GetGraph()->GetStackSlotsCount(); in GetNumLocalsFromGraph()
486 static_cast<int64_t>(graph->GetStackSlotsCount()) - 1; // Work-around promotion rules in OptimizeFunction()
183 frame->SetSpillsCount(GetGraph()->GetStackSlotsCount()); in CreateFrameInfo()184 CFrameLayout fl(GetGraph()->GetArch(), GetGraph()->GetStackSlotsCount()); in CreateFrameInfo()
105 size_t spillsCount = GetGraph()->GetStackSlotsCount(); in CreateFrameInfo()
176 auto numLocals = GetGraph()->GetStackSlotsCount(); in GetNumLocalsFromGraph()
312 …function.valueOfFirstParam = static_cast<int64_t>(graph->GetStackSlotsCount()) - 1L; // Work-arou… in OptimizeFunction()
471 uint32_t GetStackSlotsCount() const in GetStackSlotsCount() function
587 uint32_t GetStackSlotsCount() const in GetStackSlotsCount() function