Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_optimization.cc277 CompilerTemp* MIRGraph::GetNewCompilerTemp(CompilerTempType ct_type, bool wide) { in GetNewCompilerTemp() argument
287 switch (ct_type) { in GetNewCompilerTemp()
310 if (ct_type == kCompilerTempSpecialMethodPtr) { in GetNewCompilerTemp()
320 } else if (ct_type == kCompilerTempBackend) { in GetNewCompilerTemp()
345 } else if (ct_type == kCompilerTempVR) { in GetNewCompilerTemp()
381 DCHECK(ct_type == kCompilerTempBackend || ct_type == kCompilerTempVR); in GetNewCompilerTemp()
415 void MIRGraph::RemoveLastCompilerTemp(CompilerTempType ct_type, bool wide, CompilerTemp* temp) { in RemoveLastCompilerTemp() argument
421 if (ct_type == kCompilerTempBackend) { in RemoveLastCompilerTemp()
426 } else if (ct_type == kCompilerTempVR) { in RemoveLastCompilerTemp()
429 UNIMPLEMENTED(FATAL) << "No handling for compiler temp type " << static_cast<int>(ct_type); in RemoveLastCompilerTemp()
Dmir_graph.h1006 CompilerTemp* GetNewCompilerTemp(CompilerTempType ct_type, bool wide);
1012 void RemoveLastCompilerTemp(CompilerTempType ct_type, bool wide, CompilerTemp* temp);