Searched refs:GetMethodLoweringInfoCount (Results 1 – 2 of 2) sorted by relevance
404 signatures_(mir_graph->GetMethodLoweringInfoCount() == 0u ? nullptr : in TypeInference()653 size_t count = mir_graph->GetMethodLoweringInfoCount(); in PrepareSignatures()755 DCHECK_LT(mir->meta.method_lowering_info, mir_graph_->GetMethodLoweringInfoCount()); in InitializeSRegs()
737 size_t GetMethodLoweringInfoCount() const { in GetMethodLoweringInfoCount() function