Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.h877 CompilerTemp* GetNewCompilerTemp(CompilerTempType ct_type, bool wide);
Dmir_dataflow.cc1241 GetNewCompilerTemp(kCompilerTempSpecialMethodPtr, false); in CompilerInitializeSSAConversion()
Dmir_optimization.cc248 CompilerTemp* MIRGraph::GetNewCompilerTemp(CompilerTempType ct_type, bool wide) { in GetNewCompilerTemp() function in art::MIRGraph
/art/compiler/dex/quick/x86/
Dutility_x86.cc916 base_of_code_ = mir_graph_->GetNewCompilerTemp(kCompilerTempVR, cu_->target64 == true); in AnalyzeMIR()