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

  /art/compiler/sea_ir/ir/
instruction_tools.h 62 #define DF_HAS_USES (DF_UA | DF_UB | DF_UC)
  /dalvik/vm/compiler/
Dataflow.h 72 #define DF_HAS_USES (DF_UA | DF_UB | DF_UC | DF_UA_WIDE | \
Dataflow.cpp 1127 if (dfAttributes & DF_HAS_USES) {
    [all...]
  /art/compiler/dex/
mir_dataflow.cc 885 if (df_attributes & DF_HAS_USES) {
1021 if (df_attributes & DF_HAS_USES) {
1069 if (df_attributes & DF_HAS_USES) {
    [all...]
mir_graph.h 131 #define DF_HAS_USES (DF_UA | DF_UB | DF_UC)

Completed in 290 milliseconds