Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.cc67 int64_t value = CodeGenerator::GetInt64ValueOf(constant); in RegisterOrInt32Constant()
78 int64_t value = CodeGenerator::GetInt64ValueOf(constant); in FpuRegisterOrInt32Constant()
Dcommon_arm64.h238 int64_t value = CodeGenerator::GetInt64ValueOf(constant); in Arm64CanEncodeConstantAsImmediate()
Dcode_generator.h508 static int64_t GetInt64ValueOf(HConstant* constant) { in GetInt64ValueOf() function
Dcode_generator_x86_64.cc1389 int64_t value = CodeGenerator::GetInt64ValueOf(constant); in Move()
1428 int64_t value = GetInt64ValueOf(constant); in Move()
Dcode_generator_arm_vixl.cc4779 uint64_t rot = CodeGenerator::GetInt64ValueOf(rhs.GetConstant()); in HandleLongRotate()