Home
last modified time | relevance | path

Searched defs:Self (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dscoped_thread_state_change.h49 ALWAYS_INLINE Thread* Self() const { in Self() function
73 Thread* Self() const { in Self() function
Dhandle_scope.h226 Thread* Self() const { in Self() function
/art/libartbase/base/
Dsafe_map.h34 typedef SafeMap<K, V, Comparator, Allocator> Self; typedef