Home
last modified time | relevance | path

Searched refs:java_lang_reflect_ArtMethod_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Dart_method.cc50 GcRoot<Class> ArtMethod::java_lang_reflect_ArtMethod_; member in art::mirror::ArtMethod
63 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()
Dart_method-inl.h46 DCHECK(!java_lang_reflect_ArtMethod_.IsNull()); in GetJavaLangReflectArtMethod()
47 return java_lang_reflect_ArtMethod_.Read<kReadBarrierOption>(); in GetJavaLangReflectArtMethod()
Dart_method.h611 static GcRoot<Class> java_lang_reflect_ArtMethod_; variable