Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_throws.cc261 void ThrowIncompatibleClassChangeError(InvokeType expected_type, in ThrowIncompatibleClassChangeError()
808 void ThrowWrongMethodTypeException(ObjPtr<mirror::MethodType> expected_type, in ThrowWrongMethodTypeException()
/art/runtime/dex/
Ddex_file_annotations.cc815 uint32_t expected_type) in GetAnnotationValue()
/art/runtime/verifier/
Dmethod_verifier.cc4309 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.cc4048 DataType::Type expected_type = GetDataTypeFromShorty(invoke, expected_value_index); in CreateVarHandleCompareAndSetOrExchangeLocations() local