Home
last modified time | relevance | path

Searched refs:GetInt32ValueOf (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips64.cc1254 int32_t value = GetInt32ValueOf(source.GetConstant()->AsConstant()); in MoveLocation()
1357 int32_t value = GetInt32ValueOf(src_cst->AsConstant()); in MoveLocation()
2632 int32_t value = CodeGenerator::GetInt32ValueOf(value_location.GetConstant()); in VisitArraySet()
2650 int32_t value = CodeGenerator::GetInt32ValueOf(value_location.GetConstant()); in VisitArraySet()
2667 int32_t value = CodeGenerator::GetInt32ValueOf(value_location.GetConstant()); in VisitArraySet()
2685 int32_t value = CodeGenerator::GetInt32ValueOf(value_location.GetConstant()); in VisitArraySet()
2816 int32_t value = CodeGenerator::GetInt32ValueOf(value_location.GetConstant()); in VisitArraySet()
3246 int32_t value = CodeGenerator::GetInt32ValueOf(rhs_location.GetConstant()->AsConstant()); in VisitCompare()
3748 rhs_imm = CodeGenerator::GetInt32ValueOf(rhs_location.GetConstant()); in GenerateIntLongCompare()
3904 rhs_imm = CodeGenerator::GetInt32ValueOf(rhs_location.GetConstant()); in MaterializeIntLongCompare()
[all …]
Dcode_generator.h501 static int32_t GetInt32ValueOf(HConstant* constant) { in GetInt32ValueOf() function
Dcode_generator_mips.cc1526 int32_t value = GetInt32ValueOf(c); in MoveConstant()
1549 int32_t value = GetInt32ValueOf(c); in MoveConstant()
2114 int32_t imm = CodeGenerator::GetInt32ValueOf(right->AsConstant()); in HandleBinaryOp()
2178 rhs_imm = CodeGenerator::GetInt32ValueOf(rhs_location.GetConstant()); in HandleBinaryOp()
3045 int32_t value = CodeGenerator::GetInt32ValueOf(value_location.GetConstant()); in VisitArraySet()
3065 int32_t value = CodeGenerator::GetInt32ValueOf(value_location.GetConstant()); in VisitArraySet()
3084 int32_t value = CodeGenerator::GetInt32ValueOf(value_location.GetConstant()); in VisitArraySet()
3102 int32_t value = CodeGenerator::GetInt32ValueOf(value_location.GetConstant()); in VisitArraySet()
3239 int32_t value = CodeGenerator::GetInt32ValueOf(value_location.GetConstant()); in VisitArraySet()
4413 rhs_imm = CodeGenerator::GetInt32ValueOf(rhs_location.GetConstant()); in GenerateIntCompare()
[all …]
Dcode_generator_arm_vixl.cc4663 uint32_t rot = CodeGenerator::GetInt32ValueOf(rhs.GetConstant()) & 0x1F; in HandleIntegerRotate()
6752 int32_t value = CodeGenerator::GetInt32ValueOf(constant); in EmitMove()