Searched refs:thread_ (Results 1 - 11 of 11) sorted by relevance

/art/runtime/jdwp/
H A Djdwp_main.cc213 thread_(nullptr),
449 thread_ = Thread::Current();
453 MutexLock locker(thread_, thread_start_lock_);
455 thread_start_cond_.Broadcast(thread_);
459 CHECK_EQ(thread_->GetState(), kNative);
460 Locks::mutator_lock_->AssertNotHeld(thread_);
461 thread_->SetState(kWaitingInMainDebuggerLoop);
489 MutexLock mu(thread_, attach_lock_);
491 attach_cond_.Broadcast(thread_);
503 CHECK_EQ(thread_
[all...]
H A Djdwp.h366 Thread* thread_; member in struct:art::JDWP::JdwpState
/art/runtime/
H A Dsignal_catcher.h58 Thread* thread_ GUARDED_BY(lock_);
H A Dsignal_catcher.cc71 thread_(nullptr) {
79 while (thread_ == nullptr) {
193 signal_catcher->thread_ = self;
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 Dstack.cc99 : thread_(thread),
628 HasMoreFramesVisitor visitor(thread_, walk_kind_, GetNumFrames(), GetFrameHeight());
720 DCHECK(thread_ == Thread::Current() || thread_->IsSuspended());
725 for (const ManagedStack* current_fragment = thread_->GetManagedStack();
755 GetInstrumentationStackFrame(thread_, instrumentation_stack_depth);
H A Dstack.h472 num_frames_ = ComputeNumFrames(thread_, walk_kind_);
671 Thread* const thread_; member in class:art::StackVisitor
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 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/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

Completed in 141 milliseconds