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

  /art/compiler/dex/
mir_dataflow.cc 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 | DF_A_WIDE | DF_SETS_CONST,
102 DF_DA | DF_A_WIDE | DF_SETS_CONST,
105 DF_DA | DF_A_WIDE | DF_SETS_CONST,
108 DF_DA | DF_A_WIDE | DF_SETS_CONST,
    [all...]
mir_optimization.cc 42 /* Setup a constant value for opcodes thare have the DF_SETS_CONST attribute */
74 if (df_attributes & DF_SETS_CONST) {
    [all...]
mir_graph.h 96 #define DF_SETS_CONST (UINT64_C(1) << kSetsConst)
    [all...]

Completed in 46 milliseconds