Searched defs:thread_ (Results 1 – 9 of 9) sorted by relevance
| /art/runtime/metrics/ | ||
| D | reporter.h | 174 std::optional<std::thread> thread_; variable |
| /art/runtime/ | ||
| D | thread_pool.h | 104 Thread* thread_; variable |
| D | stack.h | 387 Thread* const thread_; variable |
| D | monitor_test.cc | 56 Thread* thread_; member in art::MonitorTest |
| D | instrumentation.cc | 670 Thread* const thread_; in InstrumentationRestoreStack() member |
| D | class_linker.cc | 3026 #define RETURN_IF_UNRECOGNIZED_OR_FOUND_OR_EXCEPTION(call_, result_, thread_) \ argument |
| /art/runtime/gc/space/ | ||
| D | region_space.h | 628 Thread* thread_; // The owning thread if it's a tlab. variable |
| /art/runtime/jit/ | ||
| D | profile_saver.cc | 318 const pthread_t thread_; member in art::ProfileSaver::ScopedDefaultPriority |
| /art/runtime/gc/collector/ | ||
| D | concurrent_copying.cc | 3115 Thread* const thread_; member in art::gc::collector::ConcurrentCopying::RefFieldsVisitor |