Searched defs:np (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc4482 auto* np = constructor->GetInterfaceMethodIfProxy(image_pointer_size_); local
4483 CHECK_STREQ(np->GetName(), "<init>");
4484 CHECK_STREQ(np->GetSignature().ToString().c_str(), "(Ljava/lang/reflect/InvocationHandler;)V");
4531 auto* np = method->GetInterfaceMethodIfProxy(image_pointer_size_); local
4532 CHECK_EQ(prototype->GetDeclaringClass()->GetDexCache(), np->GetDexCache());
4535 CHECK_STREQ(np->GetName(), prototype->GetName());
4536 CHECK_STREQ(np->GetShorty(), prototype->GetShorty());
4538 CHECK_EQ(np->GetReturnType(true /* resolve */), prototype->GetReturnType(true /* resolve */));

Completed in 75 milliseconds