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

  /art/runtime/native/
java_lang_reflect_Parameter.cc 75 if (annotations::GetEnclosingMethod(declaring_class) == nullptr && !declaring_class->IsEnum()) {
java_lang_reflect_Executable.cc 108 if (annotations::GetEnclosingMethod(declaring_class) != nullptr ||
java_lang_Class.cc 694 ObjPtr<mirror::Object> method = annotations::GetEnclosingMethod(klass);
710 ObjPtr<mirror::Object> method = annotations::GetEnclosingMethod(klass);
    [all...]
  /art/runtime/dex/
dex_file_annotations.h 124 ObjPtr<mirror::Object> GetEnclosingMethod(Handle<mirror::Class> klass)
dex_file_annotations.cc     [all...]

Completed in 306 milliseconds