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

  /art/compiler/sea_ir/ir/
instruction_tools.h 44 #define DF_NON_NULL_DST (1 << kDstNonNull)
100 kDstNonNull, // May assume dst is non-null.
  /art/compiler/dex/
mir_graph.h 90 kDstNonNull, // May assume dst is non-null.
129 #define DF_NON_NULL_DST (UINT64_C(1) << kDstNonNull)
    [all...]

Completed in 1045 milliseconds