Home
last modified time | relevance | path

Searched refs:GetInt32ValueOf (Results 1 – 7 of 7) 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_x86_64.cc1452 Load32BitValue(dest, GetInt32ValueOf(constant)); in Move()
1487 int32_t value = GetInt32ValueOf(constant); in Move()
4772 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in HandleFieldSet()
5315 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in VisitArraySet()
5422 int32_t length = CodeGenerator::GetInt32ValueOf(length_loc.GetConstant()); in VisitBoundsCheck()
5425 int32_t index = CodeGenerator::GetInt32ValueOf(index_loc.GetConstant()); in VisitBoundsCheck()
5461 int32_t value = CodeGenerator::GetInt32ValueOf(index_loc.GetConstant()); in VisitBoundsCheck()
5638 int32_t value = CodeGenerator::GetInt32ValueOf(constant); in EmitMove()
7431 int32_t value = CodeGenerator::GetInt32ValueOf(rhs.GetConstant()); in GenerateIntCompare()
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_x86.cc1266 int32_t value = GetInt32ValueOf(constant); in Move32()
5404 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in HandleFieldSet()
5438 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in HandleFieldSet()
5959 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in VisitArraySet()
6077 int32_t length = CodeGenerator::GetInt32ValueOf(length_loc.GetConstant()); in VisitBoundsCheck()
6080 int32_t index = CodeGenerator::GetInt32ValueOf(index_loc.GetConstant()); in VisitBoundsCheck()
6116 int32_t value = CodeGenerator::GetInt32ValueOf(index_loc.GetConstant()); in VisitBoundsCheck()
6286 int32_t value = CodeGenerator::GetInt32ValueOf(constant); in EmitMove()
8313 int32_t value = CodeGenerator::GetInt32ValueOf(rhs.GetConstant()); in GenerateIntCompare()
Dintrinsics_x86_64.cc1765 Immediate(CodeGenerator::GetInt32ValueOf(value.GetConstant()))); in GenPoke()
1773 Immediate(CodeGenerator::GetInt32ValueOf(value.GetConstant()))); in GenPoke()
1781 Immediate(CodeGenerator::GetInt32ValueOf(value.GetConstant()))); in GenPoke()
Dcode_generator_arm_vixl.cc4663 uint32_t rot = CodeGenerator::GetInt32ValueOf(rhs.GetConstant()) & 0x1F; in HandleIntegerRotate()
6752 int32_t value = CodeGenerator::GetInt32ValueOf(constant); in EmitMove()