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

  /art/runtime/native/
java_lang_reflect_Constructor.cc 42 mirror::ArtMethod* m = soa.Decode<mirror::Object*>(art_method)->AsArtMethod();
java_lang_reflect_Method.cc 43 mirror::ArtMethod* proxy_method = soa.Decode<mirror::Object*>(art_method)->AsArtMethod();
  /art/runtime/mirror/
object-inl.h 139 inline ArtMethod* Object::AsArtMethod() {
144 inline const ArtMethod* Object::AsArtMethod() const {
object.h 154 ArtMethod* AsArtMethod();
156 const ArtMethod* AsArtMethod() const;
  /art/oatdump/
oatdump.cc     [all...]
  /art/compiler/
image_writer.cc 503 FixupMethod(orig->AsArtMethod(), down_cast<ArtMethod*>(copy));
  /art/runtime/
class_linker.cc     [all...]

Completed in 269 milliseconds