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

  /art/compiler/sea_ir/ir/
instruction_tools.cc 84 DF_DA | DF_SETS_CONST,
87 DF_DA | DF_SETS_CONST,
90 DF_DA | DF_SETS_CONST,
93 DF_DA | DF_SETS_CONST,
96 DF_DA | DF_A_WIDE | DF_SETS_CONST,
99 DF_DA | DF_A_WIDE | DF_SETS_CONST,
102 DF_DA | DF_A_WIDE | DF_SETS_CONST,
105 DF_DA | DF_A_WIDE | DF_SETS_CONST,
instruction_tools.h 37 #define DF_SETS_CONST (1 << kSetsConst)
  /dalvik/vm/compiler/
Dataflow.h 59 #define DF_SETS_CONST (1 << kSetsConst)
Dataflow.cpp 87 DF_DA | DF_SETS_CONST,
90 DF_DA | DF_SETS_CONST,
93 DF_DA | DF_SETS_CONST,
96 DF_DA | DF_SETS_CONST,
99 DF_DA_WIDE | DF_SETS_CONST,
102 DF_DA_WIDE | DF_SETS_CONST,
105 DF_DA_WIDE | DF_SETS_CONST,
108 DF_DA_WIDE | DF_SETS_CONST,
    [all...]
  /art/compiler/dex/
mir_dataflow.cc 88 DF_DA | DF_SETS_CONST,
91 DF_DA | DF_SETS_CONST,
94 DF_DA | DF_SETS_CONST,
97 DF_DA | DF_SETS_CONST,
100 DF_DA | DF_A_WIDE | DF_SETS_CONST,
103 DF_DA | DF_A_WIDE | DF_SETS_CONST,
106 DF_DA | DF_A_WIDE | DF_SETS_CONST,
109 DF_DA | DF_A_WIDE | DF_SETS_CONST,
    [all...]
mir_graph.h 106 #define DF_SETS_CONST (1 << kSetsConst)
mir_optimization.cc 27 /* Setup a constant value for opcodes thare have the DF_SETS_CONST attribute */
50 if (df_attributes & DF_SETS_CONST) {
    [all...]

Completed in 1305 milliseconds