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

/art/compiler/dex/
H A Dvreg_analysis.cc137 uint64_t attrs = GetDataFlowAttributes(mir); local
142 if (attrs & DF_DA) {
143 if (attrs & DF_CORE_A) {
146 if (attrs & DF_REF_A) {
149 if (attrs & DF_A_WIDE) {
161 if (attrs & DF_UA) {
162 if (attrs & DF_CORE_A) {
165 if (attrs & DF_REF_A) {
168 if (attrs & DF_A_WIDE) {
180 if (attrs
[all...]
/art/compiler/dex/quick/
H A Dmir_to_lir.cc403 uint64_t attrs = MIRGraph::GetDataFlowAttributes(opcode); local
405 if (attrs & DF_UA) {
406 if (attrs & DF_A_WIDE) {
414 if (attrs & DF_UB) {
415 if (attrs & DF_B_WIDE) {
423 if (attrs & DF_UC) {
424 if (attrs & DF_C_WIDE) {
430 if (attrs & DF_DA) {
431 if (attrs & DF_A_WIDE) {
/art/compiler/dex/quick/x86/
H A Dutility_x86.cc993 uint64_t attrs = MIRGraph::GetDataFlowAttributes(static_cast<Instruction::Code>(opcode)); local
995 if (attrs & DF_UA) {
996 if (attrs & DF_A_WIDE) {
1003 if (attrs & DF_UB) {
1004 if (attrs & DF_B_WIDE) {
1011 if (attrs & DF_UC) {
1012 if (attrs & DF_C_WIDE) {
/art/compiler/dex/portable/
H A Dmir_to_gbc.cc725 uint64_t attrs = MirGraph::GetDataFlowAttributes(opcode); local
727 if (attrs & DF_UA) {
728 if (attrs & DF_A_WIDE) {
736 if (attrs & DF_UB) {
737 if (attrs & DF_B_WIDE) {
745 if (attrs & DF_UC) {
746 if (attrs & DF_C_WIDE) {
752 if (attrs & DF_DA) {
753 if (attrs & DF_A_WIDE) {

Completed in 242 milliseconds