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

  /art/runtime/native/
java_lang_reflect_Executable.cc 254 return soa.AddLocalReference<jobject>(method->GetNameAsString(soa.Self()));
  /art/runtime/
art_method.h 554 mirror::String* GetNameAsString(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_);
art_method.cc 121 mirror::String* ArtMethod::GetNameAsString(Thread* self) {
    [all...]
  /art/runtime/mirror/
class.cc     [all...]

Completed in 212 milliseconds