Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.h1152 return punt_to_interpreter_; in PuntToInterpreter()
1458 bool punt_to_interpreter_; // Difficult or not worthwhile - just interpret. variable
Dmir_graph.cc134 punt_to_interpreter_(false), in MIRGraph()
855 punt_to_interpreter_ = true; in InlineMethod()
2577 punt_to_interpreter_ = val; in SetPuntToInterpreter()