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

  /art/imgdiag/
imgdiag.cc 29 #include "art_method-inl.h"
599 ArtMethod* art_method = reinterpret_cast<ArtMethod*>(remote_obj); local
608 art_method_dirty_objects.push_back(art_method);
695 auto art_method = art_method_dirty_objects[i]; local
697 os << reinterpret_cast<void*>(art_method) << ", ";
717 auto art_method = reinterpret_cast<ArtMethod*>(obj); local
721 FixUpRemotePointer(art_method->GetDeclaringClass(), remote_contents, boot_map);
732 art_method->GetEntryPointFromJniPtrSize(pointer_size)) << ", ";
735 art_method->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size))
737 os << " isNative? " << (art_method->IsNative() ? "yes" : "no") << ", "
805 auto art_method = reinterpret_cast<ArtMethod*>(obj); local
    [all...]
  /art/compiler/optimizing/
intrinsics.cc 19 #include "art_method.h"
551 ArtMethod* art_method = local
554 return art_method != nullptr &&
555 (art_method->IsFinal() || art_method->GetDeclaringClass()->IsFinal());
  /art/runtime/
Android.mk 23 art_method.cc \
class_linker.cc 32 #include "art_method-inl.h"
    [all...]

Completed in 133 milliseconds