HomeSort by relevance Sort by last modified time
    Searched refs:CompilerTemp (Results 1 - 5 of 5) sorted by null

  /art/compiler/dex/
mir_graph.h 210 struct CompilerTemp {
859 CompilerTemp* GetCompilerTemp(size_t index) const {
877 CompilerTemp* GetNewCompilerTemp(CompilerTempType ct_type, bool wide);
    [all...]
mir_optimization.cc 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));
    [all...]
vreg_analysis.cc 451 GrowableArray<CompilerTemp*>::Iterator iter(&compiler_temps_);
452 for (CompilerTemp* ct = iter.Next(); ct != NULL; ct = iter.Next()) {
  /art/compiler/dex/quick/x86/
codegen_x86.h     [all...]
  /art/compiler/dex/quick/
ralloc_util.cc     [all...]

Completed in 484 milliseconds