Home
last modified time | relevance | path

Searched refs:GetNewCompilerTemp (Results 1 – 5 of 5) sorted by relevance

/art/compiler/dex/
Dmir_graph.h1006 CompilerTemp* GetNewCompilerTemp(CompilerTempType ct_type, bool wide);
Dmir_dataflow.cc1378 CompilerTemp* method_temp = GetNewCompilerTemp(kCompilerTempSpecialMethodPtr, false); in CompilerInitializeSSAConversion()
Dmir_optimization.cc277 CompilerTemp* MIRGraph::GetNewCompilerTemp(CompilerTempType ct_type, bool wide) { in GetNewCompilerTemp() function in art::MIRGraph
/art/compiler/dex/quick/arm/
Dutility_arm.cc1290 pc_rel_temp_ = mir_graph_->GetNewCompilerTemp(kCompilerTempBackend, false); in DoPromotion()
/art/compiler/dex/quick/x86/
Dutility_x86.cc1146 pc_rel_temp_ = mir_graph_->GetNewCompilerTemp(kCompilerTempBackend, false); in DoPromotion()