Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_optimization.cc248 CompilerTemp* MIRGraph::GetNewCompilerTemp(CompilerTempType ct_type, bool wide) { in GetNewCompilerTemp()
257 CompilerTemp *compiler_temp = static_cast<CompilerTemp *>(arena_->Alloc(sizeof(CompilerTemp), in GetNewCompilerTemp()
280 CompilerTemp *compiler_temp_high = in GetNewCompilerTemp()
281 static_cast<CompilerTemp *>(arena_->Alloc(sizeof(CompilerTemp), kArenaAllocRegAlloc)); in GetNewCompilerTemp()
Dmir_graph.h210 struct CompilerTemp { struct
859 CompilerTemp* GetCompilerTemp(size_t index) const { in GetCompilerTemp()
877 CompilerTemp* GetNewCompilerTemp(CompilerTempType ct_type, bool wide);
1192 GrowableArray<CompilerTemp*> compiler_temps_;
Dvreg_analysis.cc451 GrowableArray<CompilerTemp*>::Iterator iter(&compiler_temps_); in InitRegLocations()
452 for (CompilerTemp* ct = iter.Next(); ct != NULL; ct = iter.Next()) { in InitRegLocations()
/art/compiler/dex/quick/x86/
Dcodegen_x86.h902 CompilerTemp *base_of_code_;
/art/compiler/dex/quick/
Dralloc_util.cc1246 CompilerTemp* ct = mir_graph_->GetCompilerTemp(ct_idx); in DoPromotion()