Lines Matching refs:ObjPtr

61 static ObjPtr<mirror::ObjectArray<mirror::Object>> GetBootImageLiveObjects()  in GetBootImageLiveObjects()
67 ObjPtr<mirror::ObjectArray<mirror::Object>> boot_image_live_objects = in GetBootImageLiveObjects()
68 ObjPtr<mirror::ObjectArray<mirror::Object>>::DownCast( in GetBootImageLiveObjects()
75 static ObjPtr<mirror::Class> LookupInitializedClass(Thread* self, in LookupInitializedClass()
79 ObjPtr<mirror::Class> klass = in LookupInitializedClass()
86 static ObjPtr<mirror::ObjectArray<mirror::Object>> GetIntegerCacheArray( in GetIntegerCacheArray()
87 ObjPtr<mirror::Class> cache_class) REQUIRES_SHARED(Locks::mutator_lock_) { in GetIntegerCacheArray()
90 return ObjPtr<mirror::ObjectArray<mirror::Object>>::DownCast(cache_field->GetObject(cache_class)); in GetIntegerCacheArray()
93 static int32_t GetIntegerCacheField(ObjPtr<mirror::Class> cache_class, const char* field_name) in GetIntegerCacheField()
102 ObjPtr<mirror::ObjectArray<mirror::Object>> boot_image_live_objects, in CheckIntegerCache()
103 ObjPtr<mirror::ObjectArray<mirror::Object>> boot_image_cache) in CheckIntegerCache()
109 ObjPtr<mirror::Class> cache_class = in CheckIntegerCache()
111 ObjPtr<mirror::Class> integer_class = in CheckIntegerCache()
115 ObjPtr<mirror::ObjectArray<mirror::Object>> current_cache = GetIntegerCacheArray(cache_class); in CheckIntegerCache()
131 ObjPtr<mirror::Object> boot_image_object = in CheckIntegerCache()
135 ObjPtr<mirror::Object> current_object = in CheckIntegerCache()
169 ObjPtr<mirror::Class> cache_class = class_linker->LookupClass( in ComputeIntegerValueOfLocations()
176 ObjPtr<mirror::Class> integer_class = in ComputeIntegerValueOfLocations()
186 ObjPtr<mirror::ObjectArray<mirror::Object>> current_cache = GetIntegerCacheArray(cache_class); in ComputeIntegerValueOfLocations()
192 ObjPtr<mirror::Object> current_object = current_cache->GetWithoutChecks(i); in ComputeIntegerValueOfLocations()
212 ObjPtr<mirror::ObjectArray<mirror::Object>> boot_image_live_objects = GetBootImageLiveObjects(); in ComputeIntegerValueOfLocations()
213 ObjPtr<mirror::ObjectArray<mirror::Object>> cache = in ComputeIntegerValueOfLocations()
228 ObjPtr<mirror::Object> low_integer = in ComputeIntegerValueOfLocations()
230 ObjPtr<mirror::Class> integer_class = in ComputeIntegerValueOfLocations()
259 ObjPtr<mirror::Class> cache_class = in GetIntegerCacheLowFromIntegerCache()
264 static uint32_t CalculateBootImageOffset(ObjPtr<mirror::Object> object) in CalculateBootImageOffset()
296 ObjPtr<mirror::Class> integer_class = in ComputeIntegerValueOfInfo()
301 ObjPtr<mirror::Class> cache_class = in ComputeIntegerValueOfInfo()
323 ObjPtr<mirror::ObjectArray<mirror::Object>> boot_image_live_objects = GetBootImageLiveObjects(); in ComputeIntegerValueOfInfo()
324 ObjPtr<mirror::Object> low_integer = in ComputeIntegerValueOfInfo()
326 ObjPtr<mirror::Class> integer_class = low_integer->GetClass<kVerifyNone, kWithoutReadBarrier>(); in ComputeIntegerValueOfInfo()
348 ObjPtr<mirror::Object> integer = in ComputeIntegerValueOfInfo()
368 ObjPtr<mirror::Class> string_class = GetClassRoot<art::mirror::String>(); in AssertNonMovableStringClass()