Home
last modified time | relevance | path

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

/art/compiler/dex/
Dbb_optimizations.h88 return c_unit->mir_graph->InlineSpecialMethodsGate(); in Gate()
Dmir_graph.h984 bool InlineSpecialMethodsGate();
Dmir_optimization.cc1233 bool MIRGraph::InlineSpecialMethodsGate() { in InlineSpecialMethodsGate() function in art::MIRGraph