Searched refs:GetStackSlotsCount (Results 1 – 6 of 6) sorted by relevance
74 auto slot_offset = graph->GetStackSlotsCount(); in AddLocationToRoots()
239 auto param_slots = GetGraph()->GetStackSlotsCount(); in GetTotalSlotsCount()
35 PARAMETER_SLOTS_OFFSET(SLOTS_TABLE_OFFSET + graph->GetStackSlotsCount()), in SpillFillsResolver()
154 auto num_locals = GetGraph()->GetStackSlotsCount(); in GetNumLocalsFromGraph()
345 static_cast<int64_t>(graph->GetStackSlotsCount()) - 1; // Work-around promotion rules in OptimizeFunction()
469 uint32_t GetStackSlotsCount() const in GetStackSlotsCount() function