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

  /dalvik/vm/compiler/
Dataflow.h 96 typedef struct SSARepresentation {
103 } SSARepresentation;
Ralloc.cpp 34 SSARepresentation *ssaRep = mir->ssaRep;
Compiler.h 188 struct SSARepresentation;
237 struct SSARepresentation *ssaRep);
CompilerIR.h 99 struct SSARepresentation;
134 struct SSARepresentation *ssaRep;
Dataflow.cpp 1051 char *dvmCompilerGetSSAString(CompilationUnit *cUnit, SSARepresentation *ssaRep)
    [all...]
  /art/compiler/dex/
mir_graph.h 222 struct SSARepresentation {
242 SSARepresentation* ssa_rep;
vreg_analysis.cc 84 SSARepresentation *ssa_rep = mir->ssa_rep;
206 SSARepresentation* tgt_rep = move_result_mir->ssa_rep;
mir_dataflow.cc 994 static_cast<struct SSARepresentation *>(arena_->Alloc(sizeof(SSARepresentation),
    [all...]
mir_graph.cc     [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc 757 SSARepresentation* ssa_rep = work_half->ssa_rep;
  /art/compiler/dex/portable/
mir_to_gbc.cc     [all...]

Completed in 8440 milliseconds