Home
last modified time | relevance | path

Searched refs:new_b (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Djvalue.h39 void SetB(int8_t new_b) { in PACKED()
40 j = ((static_cast<int64_t>(new_b) << 56) >> 56); // Sign-extend to 64 bits. in PACKED()
/art/compiler/optimizing/
Dinduction_var_analysis.cc655 InductionInfo* new_b = TransferAddSub(context, loop, a->op_b, b->op_b, op, type); in TransferAddSub() local
656 if (new_a != nullptr && new_b != nullptr) { in TransferAddSub()
657 return CreateInduction(a->induction_class, a->operation, new_a, new_b, a->fetch, type); in TransferAddSub()
662 InductionInfo* new_b = TransferAddSub(context, loop, a, b->op_b, op, type); in TransferAddSub() local
668 if (new_a != nullptr && new_b != nullptr) { in TransferAddSub()
669 return CreateInduction(b->induction_class, b->operation, new_a, new_b, b->fetch, type); in TransferAddSub()
674 InductionInfo* new_b = TransferAddSub(context, loop, a->op_b, b, op, type); in TransferAddSub() local
678 if (new_a != nullptr && new_b != nullptr) { in TransferAddSub()
679 return CreateInduction(a->induction_class, a->operation, new_a, new_b, a->fetch, type); in TransferAddSub()
701 InductionInfo* new_b = TransferNeg(context, loop, a->op_b, type); in TransferNeg() local
[all …]