HomeSort by relevance Sort by last modified time
    Searched defs:MethodHandleImpl (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodHandleImpl.java 34 public class MethodHandleImpl extends MethodHandle implements Cloneable {
37 MethodHandleImpl(long artFieldOrMethod, int handleKind, MethodType type) {
  /art/runtime/mirror/
method_handle_impl.h 118 // C++ mirror of java.lang.invoke.MethodHandleImpl
119 class MANAGED MethodHandleImpl : public MethodHandle {
121 static mirror::MethodHandleImpl* Create(Thread* const self,
135 return MemberOffset(OFFSETOF_MEMBER(MethodHandleImpl, info_));
139 static GcRoot<mirror::Class> static_class_; // java.lang.invoke.MethodHandleImpl.class
142 DISALLOW_IMPLICIT_CONSTRUCTORS(MethodHandleImpl);

Completed in 71 milliseconds