Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_reflect_Executable.cc272 ArtMethod* this_method = ArtMethod::FromReflectedMethod(soa, thisMethod); in Executable_compareMethodParametersInternal() local
275 this_method = this_method->GetInterfaceMethodIfProxy(kRuntimePointerSize); in Executable_compareMethodParametersInternal()
278 const dex::TypeList* this_list = this_method->GetParameterTypeList(); in Executable_compareMethodParametersInternal()
301 const dex::TypeId& lhs = this_method->GetDexFile()->GetTypeId( in Executable_compareMethodParametersInternal()
307 const char* lhs_data = this_method->GetDexFile()->StringDataAndUtf16LengthByIdx( in Executable_compareMethodParametersInternal()