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

  /art/runtime/mirror/
object-inl.h 135 inline bool Object::IsArtMethod() const {
140 DCHECK(IsArtMethod());
145 DCHECK(IsArtMethod());
237 DCHECK(!IsArtMethod() || result == sizeof(ArtMethod));
object.h 152 bool IsArtMethod() const;
  /art/oatdump/
oatdump.cc     [all...]
  /art/compiler/
image_writer.cc 502 } else if (orig->IsArtMethod()) {
  /art/runtime/
class_linker.cc     [all...]
check_jni.cc 719 if (!Runtime::Current()->GetHeap()->IsHeapAddress(m) || !m->IsArtMethod()) {
    [all...]

Completed in 58 milliseconds