Home
last modified time | relevance | path

Searched refs:GetMethodLoweringInfoCount (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/
Dtype_inference.cc404 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()
Dmir_graph.h737 size_t GetMethodLoweringInfoCount() const { in GetMethodLoweringInfoCount() function