Searched refs:new_b (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | jvalue.h | 34 void SetB(int8_t new_b) { in SetB() argument 35 j = ((static_cast<int64_t>(new_b) << 56) >> 56); // Sign-extend to 64 bits. in SetB()
|
/art/compiler/optimizing/ |
D | induction_var_analysis.cc | 372 InductionInfo* new_b = TransferAddSub(a, b->op_b, op); in TransferAddSub() local 379 return CreateInduction(b->induction_class, new_a, new_b, type_); in TransferAddSub() 382 InductionInfo* new_b = TransferAddSub(a->op_b, b, op); in TransferAddSub() local 387 return CreateInduction(a->induction_class, new_a, new_b, type_); in TransferAddSub()
|