Lines Matching refs:Integer
1253 reg_line->SetRegisterType(arg_start + cur_arg, reg_types_.Integer()); in SetTypesFromSignature()
1805 work_line_->SetRegisterType(inst->VRegA_12x(), reg_types_.Integer()); in CodeFlowVerifyInstruction()
1852 work_line_->SetRegisterType(inst->VRegA_23x(), reg_types_.Integer()); in CodeFlowVerifyInstruction()
1864 work_line_->SetRegisterType(inst->VRegA_23x(), reg_types_.Integer()); in CodeFlowVerifyInstruction()
1875 work_line_->SetRegisterType(inst->VRegA_23x(), reg_types_.Integer()); in CodeFlowVerifyInstruction()
1894 work_line_->VerifyRegisterType(inst->VRegA_31t(), reg_types_.Integer()); in CodeFlowVerifyInstruction()
2094 VerifyAGet(inst, reg_types_.Integer(), true); in CodeFlowVerifyInstruction()
2116 VerifyAPut(inst, reg_types_.Integer(), true); in CodeFlowVerifyInstruction()
2138 VerifyISFieldAccess<FieldAccessType::kAccGet>(inst, reg_types_.Integer(), true, false); in CodeFlowVerifyInstruction()
2161 VerifyISFieldAccess<FieldAccessType::kAccPut>(inst, reg_types_.Integer(), true, false); in CodeFlowVerifyInstruction()
2184 VerifyISFieldAccess<FieldAccessType::kAccGet>(inst, reg_types_.Integer(), true, true); in CodeFlowVerifyInstruction()
2207 VerifyISFieldAccess<FieldAccessType::kAccPut>(inst, reg_types_.Integer(), true, true); in CodeFlowVerifyInstruction()
2427 work_line_->CheckUnaryOp(inst, reg_types_.Integer(), reg_types_.Integer()); in CodeFlowVerifyInstruction()
2443 reg_types_.Integer()); in CodeFlowVerifyInstruction()
2446 work_line_->CheckUnaryOp(inst, reg_types_.Float(), reg_types_.Integer()); in CodeFlowVerifyInstruction()
2450 reg_types_.Integer()); in CodeFlowVerifyInstruction()
2453 work_line_->CheckUnaryOpFromWide(inst, reg_types_.Integer(), in CodeFlowVerifyInstruction()
2465 work_line_->CheckUnaryOp(inst, reg_types_.Integer(), reg_types_.Float()); in CodeFlowVerifyInstruction()
2476 work_line_->CheckUnaryOpFromWide(inst, reg_types_.Integer(), in CodeFlowVerifyInstruction()
2488 work_line_->CheckUnaryOp(inst, reg_types_.Byte(), reg_types_.Integer()); in CodeFlowVerifyInstruction()
2491 work_line_->CheckUnaryOp(inst, reg_types_.Char(), reg_types_.Integer()); in CodeFlowVerifyInstruction()
2494 work_line_->CheckUnaryOp(inst, reg_types_.Short(), reg_types_.Integer()); in CodeFlowVerifyInstruction()
2505 work_line_->CheckBinaryOp(inst, reg_types_.Integer(), reg_types_.Integer(), in CodeFlowVerifyInstruction()
2506 reg_types_.Integer(), false); in CodeFlowVerifyInstruction()
2511 work_line_->CheckBinaryOp(inst, reg_types_.Integer(), reg_types_.Integer(), in CodeFlowVerifyInstruction()
2512 reg_types_.Integer(), true); in CodeFlowVerifyInstruction()
2531 reg_types_.Integer()); in CodeFlowVerifyInstruction()
2561 reg_types_.Integer(), in CodeFlowVerifyInstruction()
2562 reg_types_.Integer(), in CodeFlowVerifyInstruction()
2563 reg_types_.Integer(), in CodeFlowVerifyInstruction()
2570 reg_types_.Integer(), in CodeFlowVerifyInstruction()
2571 reg_types_.Integer(), in CodeFlowVerifyInstruction()
2572 reg_types_.Integer(), in CodeFlowVerifyInstruction()
2577 reg_types_.Integer(), in CodeFlowVerifyInstruction()
2578 reg_types_.Integer(), in CodeFlowVerifyInstruction()
2579 reg_types_.Integer(), in CodeFlowVerifyInstruction()
2598 reg_types_.Integer()); in CodeFlowVerifyInstruction()
2625 work_line_->CheckLiteralOp(inst, reg_types_.Integer(), reg_types_.Integer(), false, true); in CodeFlowVerifyInstruction()
2630 work_line_->CheckLiteralOp(inst, reg_types_.Integer(), reg_types_.Integer(), true, true); in CodeFlowVerifyInstruction()
2640 work_line_->CheckLiteralOp(inst, reg_types_.Integer(), reg_types_.Integer(), false, false); in CodeFlowVerifyInstruction()
2645 work_line_->CheckLiteralOp(inst, reg_types_.Integer(), reg_types_.Integer(), true, false); in CodeFlowVerifyInstruction()
2658 VerifyQuickFieldAccess<FieldAccessType::kAccGet>(inst, reg_types_.Integer(), true); in CodeFlowVerifyInstruction()
2667 VerifyQuickFieldAccess<FieldAccessType::kAccPut>(inst, reg_types_.Integer(), true); in CodeFlowVerifyInstruction()
3499 work_line_->VerifyRegisterType(inst->VRegB_22c(), reg_types_.Integer()); in VerifyNewArray()