Home | History | Annotate | Download | only in dex

Lines Matching refs:CompilerTemp

248 CompilerTemp* MIRGraph::GetNewCompilerTemp(CompilerTempType ct_type, bool wide) {
257 CompilerTemp *compiler_temp = static_cast<CompilerTemp *>(arena_->Alloc(sizeof(CompilerTemp),
279 // Create a new CompilerTemp for the high part.
280 CompilerTemp *compiler_temp_high =
281 static_cast<CompilerTemp *>(arena_->Alloc(sizeof(CompilerTemp), kArenaAllocRegAlloc));