Searched refs:new_value_index (Results 1 – 3 of 3) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | intrinsics_x86.cc | 3328 uint32_t new_value_index = number_of_arguments - 1; in IsValidFieldVarHandleExpected() local 3358 uint32_t new_value_index = number_of_arguments - 1; in IsValidFieldVarHandleExpected() local 3534 uint32_t new_value_index = invoke->GetNumberOfArguments() - 1; in GenerateVarHandleCommonChecks() local 3536 DataType::Type value_type = GetDataTypeFromShorty(invoke, new_value_index); in GenerateVarHandleCommonChecks() 4075 uint32_t new_value_index = number_of_arguments - 1; in CreateVarHandleCompareAndSetOrExchangeLocations() local 4077 DCHECK_EQ(value_type, GetDataTypeFromShorty(invoke, new_value_index)); in CreateVarHandleCompareAndSetOrExchangeLocations() 4105 locations->SetInAt(new_value_index, in CreateVarHandleCompareAndSetOrExchangeLocations() 4111 locations->SetInAt(new_value_index, Location::RegisterLocation(ECX)); in CreateVarHandleCompareAndSetOrExchangeLocations() 4135 uint32_t new_value_index = number_of_arguments - 1; in GenerateVarHandleCompareAndSetOrExchange() local 4137 DCHECK_EQ(type, GetDataTypeFromShorty(invoke, new_value_index)); in GenerateVarHandleCompareAndSetOrExchange() [all …]
|
H A D | intrinsics_arm64.cc | 4308 uint32_t new_value_index = number_of_arguments - 1; in HasVarHandleIntrinsicImplementation() local 4310 DataType::Type new_value_type = GetDataTypeFromShorty(invoke, new_value_index); in HasVarHandleIntrinsicImplementation() 4318 uint32_t new_value_index = number_of_arguments - 1; in HasVarHandleIntrinsicImplementation() local 4320 DataType::Type new_value_type = GetDataTypeFromShorty(invoke, new_value_index); in HasVarHandleIntrinsicImplementation() 4728 uint32_t new_value_index = invoke->GetNumberOfArguments() - 1; in GenerateVarHandleCompareAndSetOrExchange() local 4729 DataType::Type value_type = GetDataTypeFromShorty(invoke, new_value_index); in GenerateVarHandleCompareAndSetOrExchange() 4735 CPURegister new_value = InputCPURegisterOrZeroRegAt(invoke, new_value_index); in GenerateVarHandleCompareAndSetOrExchange() 4748 if (CodeGenerator::StoreNeedsWriteBarrier(value_type, invoke->InputAt(new_value_index))) { in GenerateVarHandleCompareAndSetOrExchange()
|
H A D | intrinsics_arm_vixl.cc | 4160 uint32_t new_value_index = number_of_arguments - 1; in HasVarHandleIntrinsicImplementation() local 4162 DataType::Type new_value_type = GetDataTypeFromShorty(invoke, new_value_index); in HasVarHandleIntrinsicImplementation() 4170 uint32_t new_value_index = number_of_arguments - 1; in HasVarHandleIntrinsicImplementation() local 4172 DataType::Type new_value_type = GetDataTypeFromShorty(invoke, new_value_index); in HasVarHandleIntrinsicImplementation() 4635 uint32_t new_value_index = invoke->GetNumberOfArguments() - 1; in GenerateVarHandleCompareAndSetOrExchange() local 4636 DataType::Type value_type = GetDataTypeFromShorty(invoke, new_value_index); in GenerateVarHandleCompareAndSetOrExchange() 4642 Location new_value = locations->InAt(new_value_index); in GenerateVarHandleCompareAndSetOrExchange() 4807 if (CodeGenerator::StoreNeedsWriteBarrier(value_type, invoke->InputAt(new_value_index))) { in GenerateVarHandleCompareAndSetOrExchange()
|