Home | History | Annotate | Download | only in runtime

Lines Matching refs:ObjPtr

61   ObjPtr<mirror::String> InternStrong(int32_t utf16_length, const char* utf8_data)
67 ObjPtr<mirror::String> InternStrongImageString(ObjPtr<mirror::String> s)
71 ObjPtr<mirror::String> InternStrong(const char* utf8_data) REQUIRES_SHARED(Locks::mutator_lock_)
75 ObjPtr<mirror::String> InternStrong(ObjPtr<mirror::String> s)
80 ObjPtr<mirror::String> InternWeak(ObjPtr<mirror::String> s) REQUIRES_SHARED(Locks::mutator_lock_)
86 bool ContainsWeak(ObjPtr<mirror::String> s) REQUIRES_SHARED(Locks::mutator_lock_)
90 ObjPtr<mirror::String> LookupStrong(Thread* self, ObjPtr<mirror::String> s)
93 ObjPtr<mirror::String> LookupStrong(Thread* self, uint32_t utf16_length, const char* utf8_data)
98 ObjPtr<mirror::String> LookupWeak(Thread* self, ObjPtr<mirror::String> s)
190 ObjPtr<mirror::String> Find(ObjPtr<mirror::String> s) REQUIRES_SHARED(Locks::mutator_lock_)
192 ObjPtr<mirror::String> Find(const Utf8String& string) REQUIRES_SHARED(Locks::mutator_lock_)
194 void Insert(ObjPtr<mirror::String> s) REQUIRES_SHARED(Locks::mutator_lock_)
196 void Remove(ObjPtr<mirror::String> s)
232 ObjPtr<mirror::String> Insert(ObjPtr<mirror::String> s, bool is_strong, bool holding_locks)
235 ObjPtr<mirror::String> LookupStrongLocked(ObjPtr<mirror::String> s)
237 ObjPtr<mirror::String> LookupWeakLocked(ObjPtr<mirror::String> s)
239 ObjPtr<mirror::String> InsertStrong(ObjPtr<mirror::String> s)
241 ObjPtr<mirror::String> InsertWeak(ObjPtr<mirror::String> s)
243 void RemoveStrong(ObjPtr<mirror::String> s)
245 void RemoveWeak(ObjPtr<mirror::String> s)
249 ObjPtr<mirror::String> InsertStrongFromTransaction(ObjPtr<mirror::String> s)
251 ObjPtr<mirror::String> InsertWeakFromTransaction(ObjPtr<mirror::String> s)
253 void RemoveStrongFromTransaction(ObjPtr<mirror::String> s)
255 void RemoveWeakFromTransaction(ObjPtr<mirror::String> s)