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

  /art/compiler/dex/
verified_method.cc 173 ArtMethod* abstract_method = method_verifier->GetDexCache()->GetResolvedMethod( local
175 if (abstract_method == nullptr) {
184 abstract_method, pointer_size);
188 abstract_method, pointer_size);
  /art/runtime/
art_method.cc 34 #include "mirror/abstract_method.h"
52 auto* abstract_method = soa.Decode<mirror::AbstractMethod*>(jlr_method); local
53 DCHECK(abstract_method != nullptr);
54 return abstract_method->GetArtMethod();
reflection.cc 26 #include "mirror/abstract_method.h"
576 auto* abstract_method = soa.Decode<mirror::AbstractMethod*>(javaMethod); local
577 const bool accessible = abstract_method->IsAccessible();
578 ArtMethod* m = abstract_method->GetArtMethod();
    [all...]
Android.mk 122 mirror/abstract_method.cc \

Completed in 213 milliseconds