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

  /art/runtime/
dex_file_annotations.h 83 mirror::ObjectArray<mirror::Object>* GetAnnotationsForClass(Handle<mirror::Class> klass)
dex_file_annotations.cc     [all...]
  /art/runtime/native/
java_lang_Class.cc 530 return soa.AddLocalReference<jobjectArray>(annotations::GetAnnotationsForClass(klass));
    [all...]

Completed in 618 milliseconds