Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.h1155 void SetPuntToInterpreter(bool val);
Dmir_graph.cc900 SetPuntToInterpreter(true); in InlineMethod()
2576 void MIRGraph::SetPuntToInterpreter(bool val) { in SetPuntToInterpreter() function in art::MIRGraph
Dtype_inference.cc551 mir_graph_->SetPuntToInterpreter(true); in Finish()