Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/
Dnterp.cc242 ObjPtr<mirror::Class> executing_class = caller->GetDeclaringClass(); in NterpGetMethod() local
244 executing_class->GetDexFile().GetMethodId(method_index).class_idx_, in NterpGetMethod()
245 executing_class->GetDexCache(), in NterpGetMethod()
246 executing_class->GetClassLoader()); in NterpGetMethod()
248 if (!referenced_class->IsAssignableFrom(executing_class)) { in NterpGetMethod()
261 ObjPtr<mirror::Class> super_class = executing_class->GetSuperClass(); in NterpGetMethod()
272 resolved_method = executing_class->GetSuperClass()->GetVTableEntry( in NterpGetMethod()