Lines Matching refs:mirror
35 #include "mirror/art_field-inl.h"
36 #include "mirror/art_method-inl.h"
37 #include "mirror/class-inl.h"
38 #include "mirror/class_loader.h"
39 #include "mirror/object-inl.h"
40 #include "mirror/object_array-inl.h"
41 #include "mirror/throwable.h"
52 using ::art::mirror::ArtField;
53 using ::art::mirror::ArtMethod;
54 using ::art::mirror::Array;
55 using ::art::mirror::BooleanArray;
56 using ::art::mirror::ByteArray;
57 using ::art::mirror::CharArray;
58 using ::art::mirror::Class;
59 using ::art::mirror::ClassLoader;
60 using ::art::mirror::DoubleArray;
61 using ::art::mirror::FloatArray;
62 using ::art::mirror::IntArray;
63 using ::art::mirror::LongArray;
64 using ::art::mirror::Object;
65 using ::art::mirror::ObjectArray;
66 using ::art::mirror::ShortArray;
67 using ::art::mirror::String;
68 using ::art::mirror::Throwable;
294 SirtRef<mirror::ClassLoader> class_loader(soa.Self(), c->GetClassLoader());
876 mirror::Object* decoded_obj = soa.Decode<Object*>(obj);
3021 jweak JavaVMExt::AddWeakGlobalReference(Thread* self, mirror::Object* obj) {
3096 mirror::Object* JavaVMExt::DecodeWeakGlobal(Thread* self, IndirectRef ref) {
3101 return const_cast<mirror::Object*>(weak_globals_.Get(ref));