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

/art/runtime/
H A Ddebugger.h51 receiver_(NULL), thread_(NULL), class_(NULL), method_(NULL),
66 mirror::Object* thread_; member in struct:art::DebugInvokeReq
H A Dinstrumentation.cc186 : StackVisitor(thread, NULL), thread_(thread),
223 instrumentation_->MethodExitEvent(thread_, instrumentation_frame.this_object_, m,
237 Thread* const thread_; member in struct:art::instrumentation::RestoreStackVisitor
H A Dstack.h448 num_frames_ = ComputeNumFrames(thread_);
561 Thread* const thread_; member in class:art::StackVisitor
H A Ddebugger.cc2398 thread_(NULL),
2405 error_ = DecodeThread(soa, thread_id, thread_);
2408 if (thread_ == soa.Self()) {
2420 CHECK_EQ(suspended_thread, thread_);
2428 return thread_;
2437 Runtime::Current()->GetThreadList()->Resume(thread_, true);
2442 Thread* thread_; member in class:art::ScopedThreadSuspension
2733 req->thread_ = thread;
/art/runtime/jdwp/
H A Djdwp.h303 Thread* thread_; member in struct:art::JDWP::JdwpState

Completed in 76 milliseconds