Searched refs:java_lang_reflect_ArtMethod_ (Results 1 – 3 of 3) sorted by relevance
50 GcRoot<Class> ArtMethod::java_lang_reflect_ArtMethod_; member in art::mirror::ArtMethod63 java_lang_reflect_ArtMethod_.VisitRootIfNonNull(callback, arg, RootInfo(kRootStickyClass)); in VisitRoots()80 CHECK(java_lang_reflect_ArtMethod_.IsNull()); in SetClass()82 java_lang_reflect_ArtMethod_ = GcRoot<Class>(java_lang_reflect_ArtMethod); in SetClass()86 CHECK(!java_lang_reflect_ArtMethod_.IsNull()); in ResetClass()87 java_lang_reflect_ArtMethod_ = GcRoot<Class>(nullptr); in ResetClass()
46 DCHECK(!java_lang_reflect_ArtMethod_.IsNull()); in GetJavaLangReflectArtMethod()47 return java_lang_reflect_ArtMethod_.Read<kReadBarrierOption>(); in GetJavaLangReflectArtMethod()
611 static GcRoot<Class> java_lang_reflect_ArtMethod_; variable