Lines Matching refs:GetInt64ValueOf
1261 int64_t value = GetInt64ValueOf(source.GetConstant()->AsConstant()); in MoveLocation()
1364 int64_t value = GetInt64ValueOf(src_cst->AsConstant()); in MoveLocation()
1960 int64_t imm = CodeGenerator::GetInt64ValueOf(right->AsConstant()); in HandleBinaryOp()
2013 rhs_imm = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()); in HandleBinaryOp()
2180 rhs_imm = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()); in HandleShift()
2799 int64_t value = CodeGenerator::GetInt64ValueOf(value_location.GetConstant()); in VisitArraySet()
2833 int64_t value = CodeGenerator::GetInt64ValueOf(value_location.GetConstant()); in VisitArraySet()
3240 int64_t value = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()->AsConstant()); in VisitCompare()
3649 int64_t divisor = codegen_->GetInt64ValueOf(value.GetConstant()->AsConstant()); in VisitDivZeroCheck()
3746 rhs_imm = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()); in GenerateIntLongCompare()
3902 rhs_imm = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()); in MaterializeIntLongCompare()
4010 rhs_imm = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()); in GenerateIntLongCompareAndBranch()
5034 int64_t value = CodeGenerator::GetInt64ValueOf(value_location.GetConstant()); in HandleFieldSet()