Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.h961 return punt_to_interpreter_; in PuntToInterpreter()
965 punt_to_interpreter_ = val; in SetPuntToInterpreter()
1196 bool punt_to_interpreter_; // Difficult or not worthwhile - just interpret. variable
Dmir_graph.cc122 punt_to_interpreter_(false), in MIRGraph()
815 punt_to_interpreter_ = true; in InlineMethod()