Searched defs:Self (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dscoped_thread_state_change.h81 Thread* Self() const { function in class:art::ScopedThreadStateChange
105 Thread* Self() const { function in class:art::ScopedObjectAccessAlreadyRunnable
128 Locks::mutator_lock_->AssertSharedHeld(Self());
140 Locks::mutator_lock_->AssertSharedHeld(Self());
142 return down_cast<T>(Self()->DecodeJObject(obj));
147 Locks::mutator_lock_->AssertSharedHeld(Self());
156 Locks::mutator_lock_->AssertSharedHeld(Self());
164 Locks::mutator_lock_->AssertSharedHeld(Self());
173 Locks::mutator_lock_->AssertSharedHeld(Self());
204 // Self threa
[all...]
H A Dsafe_map.h34 typedef SafeMap<K, V, Comparator, Allocator> Self; typedef in class:art::SafeMap
51 Self& operator=(const Self& rhs) {
68 void swap(Self& other) { map_.swap(other.map_); }
114 bool Equals(const Self& rhs) const {

Completed in 43 milliseconds