Home | History | Annotate | Download | only in runtime

Lines Matching refs:Proxy

91 #include "mirror/proxy.h"
655 // Create java.lang.reflect.Proxy root.
656 SetClassRoot(kJavaLangReflectProxy, FindSystemClass(self, "Ljava/lang/reflect/Proxy;"));
4300 temp_klass->SetObjectSize(sizeof(mirror::Proxy));
4330 // our proxy, so Class.getInterfaces doesn't return the flattened set.
4375 // The super class is java.lang.reflect.Proxy
4455 // Create constructor for Proxy that must initialize the method.
4465 << "Could not find <init> method in java.lang.reflect.Proxy";
4471 // Clone the existing constructor of Proxy (our constructor would just invoke it so steal its
4475 // Make this constructor public and fix the class to be our Proxy version
4504 // Set class to be the concrete proxy class.
4513 // Clear the dex_code_item_offset_. It needs to be 0 since proxy methods have no CodeItems but the
4528 // The proxy method doesn't have its own dex cache or dex file and so it steals those of its
4529 // interface prototype. The exception to this are Constructors and the Class of the Proxy itself.
8621 "Ljava/lang/reflect/Proxy;",