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

  /art/runtime/mirror/
art_method.cc 50 GcRoot<Class> ArtMethod::java_lang_reflect_ArtMethod_;
63 java_lang_reflect_ArtMethod_.VisitRootIfNonNull(callback, arg, RootInfo(kRootStickyClass));
80 CHECK(java_lang_reflect_ArtMethod_.IsNull());
82 java_lang_reflect_ArtMethod_ = GcRoot<Class>(java_lang_reflect_ArtMethod);
86 CHECK(!java_lang_reflect_ArtMethod_.IsNull());
87 java_lang_reflect_ArtMethod_ = GcRoot<Class>(nullptr);
art_method.h 611 static GcRoot<Class> java_lang_reflect_ArtMethod_;

Completed in 141 milliseconds