Home
last modified time | relevance | path

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

/aosp12/art/runtime/native/
H A Djava_lang_reflect_Executable.cc273 ArtMethod* other_method = ArtMethod::FromReflectedMethod(soa, otherMethod); in Executable_compareMethodParametersInternal() local
276 other_method = other_method->GetInterfaceMethodIfProxy(kRuntimePointerSize); in Executable_compareMethodParametersInternal()
279 const dex::TypeList* other_list = other_method->GetParameterTypeList(); in Executable_compareMethodParametersInternal()
303 const dex::TypeId& rhs = other_method->GetDexFile()->GetTypeId( in Executable_compareMethodParametersInternal()
309 const char* rhs_data = other_method->GetDexFile()->StringDataAndUtf16LengthByIdx( in Executable_compareMethodParametersInternal()