Lines Matching refs:mirror
31 #include "mirror/art_field-inl.h"
32 #include "mirror/art_method.h"
33 #include "mirror/art_method-inl.h"
34 #include "mirror/class.h"
35 #include "mirror/class-inl.h"
36 #include "mirror/object-inl.h"
37 #include "mirror/object_array-inl.h"
44 using ::art::mirror::ArtField;
45 using ::art::mirror::ArtMethod;
46 using ::art::mirror::Array;
47 using ::art::mirror::BooleanArray;
48 using ::art::mirror::ByteArray;
49 using ::art::mirror::CharArray;
50 using ::art::mirror::Class;
51 using ::art::mirror::ClassLoader;
52 using ::art::mirror::IntArray;
53 using ::art::mirror::LongArray;
54 using ::art::mirror::Object;
55 using ::art::mirror::ObjectArray;
56 using ::art::mirror::ShortArray;
57 using ::art::mirror::String;
58 using ::art::mirror::Throwable;
709 shadow_frame.SetVRegReference(vregA, obj->GetFieldObject<mirror::Object*>(field_offset, is_volatile));
1024 mirror::Throwable* exception = self->GetException(&throw_location);