Searched refs:attrs (Results 1 - 4 of 4) sorted by relevance

/art/compiler/dex/
H A Dvreg_analysis.cc86 int attrs = oat_data_flow_attributes_[mir->dalvikInsn.opcode]; local
89 if (attrs & DF_DA) {
90 if (attrs & DF_CORE_A) {
93 if (attrs & DF_REF_A) {
96 if (attrs & DF_A_WIDE) {
107 if (attrs & DF_UA) {
108 if (attrs & DF_CORE_A) {
111 if (attrs & DF_REF_A) {
114 if (attrs & DF_A_WIDE) {
125 if (attrs
[all...]
/art/compiler/dex/quick/
H A Dmir_to_lir.cc41 int attrs = mir_graph_->oat_data_flow_attributes_[opcode]; local
43 if (attrs & DF_UA) {
44 if (attrs & DF_A_WIDE) {
52 if (attrs & DF_UB) {
53 if (attrs & DF_B_WIDE) {
61 if (attrs & DF_UC) {
62 if (attrs & DF_C_WIDE) {
68 if (attrs & DF_DA) {
69 if (attrs & DF_A_WIDE) {
/art/compiler/dex/portable/
H A Dmir_to_gbc.cc708 int attrs = mir_graph_->oat_data_flow_attributes_[opcode]; local
710 if (attrs & DF_UA) {
711 if (attrs & DF_A_WIDE) {
719 if (attrs & DF_UB) {
720 if (attrs & DF_B_WIDE) {
728 if (attrs & DF_UC) {
729 if (attrs & DF_C_WIDE) {
735 if (attrs & DF_DA) {
736 if (attrs & DF_A_WIDE) {
/art/test/031-class-attributes/src/
H A DClassAttrs.java105 ClassAttrs attrs = new ClassAttrs();

Completed in 83 milliseconds