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

/art/runtime/
H A Dscoped_thread_state_change.h83 Thread* Self() const { function in class:art::ScopedThreadStateChange
107 Thread* Self() const { function in class:art::ScopedObjectAccessAlreadyRunnable
134 Locks::mutator_lock_->AssertSharedHeld(Self());
143 Locks::mutator_lock_->AssertSharedHeld(Self());
145 return down_cast<T>(Self()->DecodeJObject(obj));
150 Locks::mutator_lock_->AssertSharedHeld(Self());
156 Locks::mutator_lock_->AssertSharedHeld(Self());
162 Locks::mutator_lock_->AssertSharedHeld(Self());
168 Locks::mutator_lock_->AssertSharedHeld(Self());
198 // Self threa
[all...]
H A Dhandle_scope.h161 Thread* Self() const { function
H A Dsafe_map.h35 typedef SafeMap<K, V, Comparator, Allocator> Self; typedef in class:art::SafeMap
53 Self& operator=(const Self& rhs) {
70 void swap(Self& other) { map_.swap(other.map_); }
140 bool Equals(const Self& rhs) const {
H A Dthread.h1542 Thread* Self() { function in class:art::ScopedAssertNoThreadSuspension

Completed in 5815 milliseconds