Home
last modified time | relevance | path

Searched refs:expected_value_type (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dintrinsics_x86.cc3329 DataType::Type expected_value_type = GetDataTypeFromShorty(invoke, expected_value_index); in IsValidFieldVarHandleExpected() local
3332 if (expected_value_type != new_value_type) { in IsValidFieldVarHandleExpected()
3359 DataType::Type expected_value_type = GetDataTypeFromShorty(invoke, expected_value_index); in IsValidFieldVarHandleExpected() local
3362 if (expected_value_type != new_value_type || return_type != expected_value_type) { in IsValidFieldVarHandleExpected()
H A Dintrinsics_arm64.cc4309 DataType::Type expected_value_type = GetDataTypeFromShorty(invoke, expected_value_index); in HasVarHandleIntrinsicImplementation() local
4311 if (expected_value_type != new_value_type) { in HasVarHandleIntrinsicImplementation()
4319 DataType::Type expected_value_type = GetDataTypeFromShorty(invoke, expected_value_index); in HasVarHandleIntrinsicImplementation() local
4321 if (expected_value_type != new_value_type || return_type != expected_value_type) { in HasVarHandleIntrinsicImplementation()
H A Dintrinsics_arm_vixl.cc4161 DataType::Type expected_value_type = GetDataTypeFromShorty(invoke, expected_value_index); in HasVarHandleIntrinsicImplementation() local
4163 if (expected_value_type != new_value_type) { in HasVarHandleIntrinsicImplementation()
4171 DataType::Type expected_value_type = GetDataTypeFromShorty(invoke, expected_value_index); in HasVarHandleIntrinsicImplementation() local
4173 if (expected_value_type != new_value_type || return_type != expected_value_type) { in HasVarHandleIntrinsicImplementation()