Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.cc106 static size_t CountNumberOfInstructions(HGraph* graph) { in CountNumberOfInstructions() function
144 total_number_of_instructions_ = CountNumberOfInstructions(graph_); in Run()
2148 size_t number_of_instructions = CountNumberOfInstructions(callee_graph); in RunOptimizations()