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

/art/compiler/dex/
H A Dtype_inference.cc459 uint64_t attrs = MIRGraph::GetDataFlowAttributes(mir); local
465 if ((attrs & DF_IS_MOVE) != 0) {
479 if (UNLIKELY((attrs & DF_REF_A) == 0 && sregs_[used_mod_s_reg].Ref())) {
487 if ((attrs & DF_HAS_RANGE_CHKS) != 0) {
489 int32_t mod_s_reg = (attrs & DF_DA) != 0 ? defs[0] : ModifiedSReg(uses[0]);
497 if ((attrs & DF_DA) != 0) {
503 if (UNLIKELY((attrs & DF_REF_A) == 0 && sregs_[mod_s_reg].Ref())) {
511 if (UNLIKELY((attrs & DF_CHK_CAST) != 0)) {
727 uint64_t attrs = MIRGraph::GetDataFlowAttributes(mir); local
728 bb_df_attrs |= attrs;
[all...]
/art/compiler/dex/quick/x86/
H A Dutility_x86.cc1029 uint64_t attrs = MIRGraph::GetDataFlowAttributes(static_cast<Instruction::Code>(opcode)); local
1031 if (attrs & DF_UA) {
1032 if (attrs & DF_A_WIDE) {
1041 if (attrs & DF_UB) {
1042 if (attrs & DF_B_WIDE) {
1051 if (attrs & DF_UC) {
1052 if (attrs & DF_C_WIDE) {
/art/compiler/dex/quick/
H A Dmir_to_lir.cc490 uint64_t attrs = MIRGraph::GetDataFlowAttributes(opcode); local
492 if (attrs & DF_UA) {
493 if (attrs & DF_A_WIDE) {
501 if (attrs & DF_UB) {
502 if (attrs & DF_B_WIDE) {
510 if (attrs & DF_UC) {
511 if (attrs & DF_C_WIDE) {
517 if (attrs & DF_DA) {
518 if (attrs & DF_A_WIDE) {
/art/test/031-class-attributes/src/
H A DClassAttrs.java108 ClassAttrs attrs = new ClassAttrs();

Completed in 83 milliseconds