Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h529 static int32_t GetInt32ValueOf(HConstant* constant) { in GetInt32ValueOf() function
Dcode_generator_x86_64.cc1507 Load32BitValue(dest, GetInt32ValueOf(constant)); in Move()
1542 int32_t value = GetInt32ValueOf(constant); in Move()
4866 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in HandleFieldSet()
5420 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in VisitArraySet()
5527 int32_t length = CodeGenerator::GetInt32ValueOf(length_loc.GetConstant()); in VisitBoundsCheck()
5530 int32_t index = CodeGenerator::GetInt32ValueOf(index_loc.GetConstant()); in VisitBoundsCheck()
5566 int32_t value = CodeGenerator::GetInt32ValueOf(index_loc.GetConstant()); in VisitBoundsCheck()
5743 int32_t value = CodeGenerator::GetInt32ValueOf(constant); in EmitMove()
7539 int32_t value = CodeGenerator::GetInt32ValueOf(rhs.GetConstant()); in GenerateIntCompare()
Dcode_generator_x86.cc1333 int32_t value = GetInt32ValueOf(constant); in Move32()
5531 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in HandleFieldSet()
5565 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in HandleFieldSet()
6097 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in VisitArraySet()
6215 int32_t length = CodeGenerator::GetInt32ValueOf(length_loc.GetConstant()); in VisitBoundsCheck()
6218 int32_t index = CodeGenerator::GetInt32ValueOf(index_loc.GetConstant()); in VisitBoundsCheck()
6254 int32_t value = CodeGenerator::GetInt32ValueOf(index_loc.GetConstant()); in VisitBoundsCheck()
6424 int32_t value = CodeGenerator::GetInt32ValueOf(constant); in EmitMove()
8455 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.cc4840 uint32_t rot = CodeGenerator::GetInt32ValueOf(rhs.GetConstant()) & 0x1F; in HandleIntegerRotate()
6949 int32_t value = CodeGenerator::GetInt32ValueOf(constant); in EmitMove()