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

  /art/runtime/mirror/
art_method.cc 41 Class* ArtMethod::java_lang_reflect_ArtMethod_ = NULL;
57 CHECK(java_lang_reflect_ArtMethod_ == NULL);
59 java_lang_reflect_ArtMethod_ = java_lang_reflect_ArtMethod;
63 CHECK(java_lang_reflect_ArtMethod_ != NULL);
64 java_lang_reflect_ArtMethod_ = NULL;
art_method.h 373 return java_lang_reflect_ArtMethod_;
443 static Class* java_lang_reflect_ArtMethod_;

Completed in 105 milliseconds