Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.h199 enum CompilerTempType { enum
1006 CompilerTemp* GetNewCompilerTemp(CompilerTempType ct_type, bool wide);
1012 void RemoveLastCompilerTemp(CompilerTempType ct_type, bool wide, CompilerTemp* temp);
Dmir_optimization.cc277 CompilerTemp* MIRGraph::GetNewCompilerTemp(CompilerTempType ct_type, bool wide) { in GetNewCompilerTemp()
415 void MIRGraph::RemoveLastCompilerTemp(CompilerTempType ct_type, bool wide, CompilerTemp* temp) { in RemoveLastCompilerTemp()