Home
last modified time | relevance | path

Searched defs:expected_type (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dcommon_throws.cc273 void ThrowIncompatibleClassChangeError(InvokeType expected_type, in ThrowIncompatibleClassChangeError()
825 void ThrowWrongMethodTypeException(ObjPtr<mirror::MethodType> expected_type, in ThrowWrongMethodTypeException()
/art/runtime/dex/
Ddex_file_annotations.cc813 uint32_t expected_type) in GetAnnotationValue()
/art/runtime/verifier/
Dmethod_verifier.cc4313 const RegType& expected_type = reg_types_.GetComponentType(res_type, class_loader_.Get()); in VerifyNewArray() local
/art/compiler/optimizing/
Dload_store_elimination.cc712 DataType::Type expected_type) { in FindOrAddTypeConversionIfNecessary()
Dintrinsics_x86_64.cc4051 DataType::Type expected_type = GetDataTypeFromShorty(invoke, expected_value_index); in CreateVarHandleCompareAndSetOrExchangeLocations() local