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.cc201 ArtMethod* this_method = ArtMethod::FromReflectedMethod(soa, thisMethod); in Executable_compareMethodParametersInternal() local
204 this_method = this_method->GetInterfaceMethodIfProxy(kRuntimePointerSize); in Executable_compareMethodParametersInternal()
207 const DexFile::TypeList* this_list = this_method->GetParameterTypeList(); in Executable_compareMethodParametersInternal()
230 const DexFile::TypeId& lhs = this_method->GetDexFile()->GetTypeId( in Executable_compareMethodParametersInternal()
236 const char* lhs_data = this_method->GetDexFile()->StringDataAndUtf16LengthByIdx( in Executable_compareMethodParametersInternal()