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

  /art/compiler/dex/
mir_dataflow.cc 940 uint64_t df_attributes = GetDataFlowAttributes(mir); local
943 if (df_attributes & DF_HAS_USES) {
944 if (df_attributes & DF_UA) {
946 if (df_attributes & DF_A_WIDE) {
950 if (df_attributes & DF_UB) {
952 if (df_attributes & DF_B_WIDE) {
956 if (df_attributes & DF_UC) {
958 if (df_attributes & DF_C_WIDE) {
963 if (df_attributes & DF_FORMAT_35C) {
968 if (df_attributes & DF_FORMAT_3RC)
1084 uint64_t df_attributes = GetDataFlowAttributes(mir); local
1334 uint64_t df_attributes = GetDataFlowAttributes(mir); local
    [all...]
mir_optimization.cc 54 uint64_t df_attributes = GetDataFlowAttributes(mir); local
58 if (!(df_attributes & DF_HAS_DEFS)) continue;
61 if (df_attributes & DF_SETS_CONST) {
62 if (df_attributes & DF_DA) {
88 } else if (df_attributes & DF_IS_MOVE) {
97 if (df_attributes & DF_A_WIDE) {
582 uint64_t df_attributes = GetDataFlowAttributes(mir); local
583 if (df_attributes & DF_HAS_NULL_CHKS) {
589 if (df_attributes & DF_HAS_RANGE_CHKS) {
681 uint64_t df_attributes = GetDataFlowAttributes(throw_insn) local
833 uint64_t df_attributes = GetDataFlowAttributes(mir); local
    [all...]

Completed in 189 milliseconds