Searched defs:SlowPathGenerator (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator.h685 * A templated class SlowPathGenerator with a templated method NewSlowPath()
693 class SlowPathGenerator { class in namespace:art
698 SlowPathGenerator(HGraph* graph, CodeGenerator* codegen) function in class:art::SlowPathGenerator
785 DISALLOW_COPY_AND_ASSIGN(SlowPathGenerator);
797 SlowPathGenerator<HDeoptimize> deopt_slow_paths_;

Completed in 596 milliseconds