Searched defs:thread_ (Results 1 - 7 of 7) sorted by relevance

/art/runtime/gc/space/
H A Dregion_space.cc351 r->thread_ = self;
376 r->thread_ = nullptr;
416 << " is_newly_allocated=" << is_newly_allocated_ << " is_a_tlab=" << is_a_tlab_ << " thread=" << thread_ << "\n"; local
H A Dregion_space.h238 is_newly_allocated_(false), is_a_tlab_(false), thread_(nullptr) {}
244 is_newly_allocated_(false), is_a_tlab_(false), thread_(nullptr) {
270 thread_ = nullptr;
474 Thread* thread_; // The owning thread if it's a tlab. member in class:art::gc::space::FINAL::Region
/art/runtime/
H A Dmonitor_test.cc52 Thread* thread_; member in class:art::MonitorTest
118 monitor_test_->thread_ = self; // Pass the Thread.
236 monitor_test_->thread_->Interrupt(self);
H A Dinstrumentation.cc312 thread_(thread_in),
353 instrumentation_->MethodExitEvent(thread_, instrumentation_frame.this_object_, m,
368 Thread* const thread_; member in struct:art::instrumentation::FINAL
H A Dstack.h472 num_frames_ = ComputeNumFrames(thread_, walk_kind_);
671 Thread* const thread_; member in class:art::StackVisitor
H A Ddebugger.cc3624 thread_(nullptr),
3629 thread_ = DecodeThread(soa, thread_id, &error_);
3631 if (thread_ == soa.Self()) {
3645 CHECK_EQ(suspended_thread, thread_);
3653 return thread_;
3662 Runtime::Current()->GetThreadList()->Resume(thread_, true);
3667 Thread* thread_; member in class:art::ScopedThreadSuspension
/art/runtime/jdwp/
H A Djdwp.h366 Thread* thread_; member in struct:art::JDWP::JdwpState

Completed in 160 milliseconds