Lines Matching refs:ObjPtr

110   ObjPtr<mirror::String> InternStrong(int32_t utf16_length, const char* utf8_data)
116 ObjPtr<mirror::String> InternStrongImageString(ObjPtr<mirror::String> s)
123 ObjPtr<mirror::String> InternStrong(const char* utf8_data) REQUIRES_SHARED(Locks::mutator_lock_)
127 ObjPtr<mirror::String> InternStrong(ObjPtr<mirror::String> s)
132 ObjPtr<mirror::String> InternWeak(const char* utf8_data) REQUIRES_SHARED(Locks::mutator_lock_)
136 ObjPtr<mirror::String> InternWeak(ObjPtr<mirror::String> s) REQUIRES_SHARED(Locks::mutator_lock_)
142 bool ContainsWeak(ObjPtr<mirror::String> s) REQUIRES_SHARED(Locks::mutator_lock_)
146 ObjPtr<mirror::String> LookupStrong(Thread* self, ObjPtr<mirror::String> s)
149 ObjPtr<mirror::String> LookupStrong(Thread* self, uint32_t utf16_length, const char* utf8_data)
152 ObjPtr<mirror::String> LookupStrongLocked(ObjPtr<mirror::String> s)
156 ObjPtr<mirror::String> LookupWeak(Thread* self, ObjPtr<mirror::String> s)
159 ObjPtr<mirror::String> LookupWeakLocked(ObjPtr<mirror::String> s)
244 ObjPtr<mirror::String> Find(ObjPtr<mirror::String> s) REQUIRES_SHARED(Locks::mutator_lock_)
246 ObjPtr<mirror::String> Find(const Utf8String& string) REQUIRES_SHARED(Locks::mutator_lock_)
248 void Insert(ObjPtr<mirror::String> s) REQUIRES_SHARED(Locks::mutator_lock_)
250 void Remove(ObjPtr<mirror::String> s)
291 ObjPtr<mirror::String> Insert(ObjPtr<mirror::String> s, bool is_strong, bool holding_locks)
299 ObjPtr<mirror::String> InsertStrong(ObjPtr<mirror::String> s)
301 ObjPtr<mirror::String> InsertWeak(ObjPtr<mirror::String> s)
303 void RemoveStrong(ObjPtr<mirror::String> s)
305 void RemoveWeak(ObjPtr<mirror::String> s)
309 ObjPtr<mirror::String> InsertStrongFromTransaction(ObjPtr<mirror::String> s)
311 ObjPtr<mirror::String> InsertWeakFromTransaction(ObjPtr<mirror::String> s)
313 void RemoveStrongFromTransaction(ObjPtr<mirror::String> s)
315 void RemoveWeakFromTransaction(ObjPtr<mirror::String> s)