Home
last modified time | relevance | path

Searched refs:RemoveLastCompilerTemp (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/
Dmir_graph.h1012 void RemoveLastCompilerTemp(CompilerTempType ct_type, bool wide, CompilerTemp* temp);
Dmir_optimization.cc415 void MIRGraph::RemoveLastCompilerTemp(CompilerTempType ct_type, bool wide, CompilerTemp* temp) { in RemoveLastCompilerTemp() function in art::MIRGraph
/art/compiler/dex/quick/arm/
Dutility_arm.cc1300 mir_graph_->RemoveLastCompilerTemp(kCompilerTempBackend, false, pc_rel_temp_); in DoPromotion()
/art/compiler/dex/quick/x86/
Dutility_x86.cc1156 mir_graph_->RemoveLastCompilerTemp(kCompilerTempBackend, false, pc_rel_temp_); in DoPromotion()