Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h497 static int32_t GetInt32ValueOf(HConstant* constant) { in GetInt32ValueOf() function
Dcode_generator_x86_64.cc1375 Load32BitValue(dest, GetInt32ValueOf(constant)); in Move()
1410 int32_t value = GetInt32ValueOf(constant); in Move()
4419 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in HandleFieldSet()
4962 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in VisitArraySet()
5069 int32_t length = CodeGenerator::GetInt32ValueOf(length_loc.GetConstant()); in VisitBoundsCheck()
5072 int32_t index = CodeGenerator::GetInt32ValueOf(index_loc.GetConstant()); in VisitBoundsCheck()
5108 int32_t value = CodeGenerator::GetInt32ValueOf(index_loc.GetConstant()); in VisitBoundsCheck()
5269 int32_t value = CodeGenerator::GetInt32ValueOf(constant); in EmitMove()
6952 int32_t value = CodeGenerator::GetInt32ValueOf(rhs.GetConstant()); in GenerateIntCompare()
Dintrinsics_x86_64.cc2062 Immediate(CodeGenerator::GetInt32ValueOf(value.GetConstant()))); in GenPoke()
2070 Immediate(CodeGenerator::GetInt32ValueOf(value.GetConstant()))); in GenPoke()
2078 Immediate(CodeGenerator::GetInt32ValueOf(value.GetConstant()))); in GenPoke()
Dcode_generator_arm_vixl.cc4753 uint32_t rot = CodeGenerator::GetInt32ValueOf(rhs.GetConstant()) & 0x1F; in HandleIntegerRotate()
6861 int32_t value = CodeGenerator::GetInt32ValueOf(constant); in EmitMove()