Searched defs:IsDirect (Results 1 - 1 of 1) sorted by relevance

/art/runtime/mirror/
H A Dart_method.h101 bool IsDirect() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
102 return IsDirect(GetAccessFlags());
105 static bool IsDirect(uint32_t access_flags) { function in class:art::mirror::FINAL

Completed in 122 milliseconds