Lines Matching refs:thread_
63 : thread_(thread), in StackVisitor()
159 ShadowFrame* shadow_frame = thread_->FindDebuggerShadowFrame(frame_id); in GetVRegFromDebuggerShadowFrame()
161 bool* updated_vreg_flags = thread_->GetUpdatedVRegFlags(frame_id); in GetVRegFromDebuggerShadowFrame()
389 shadow_frame = thread_->FindOrCreateDebuggerShadowFrame(frame_id, num_regs, m, GetDexPc()); in SetVReg()
393 thread_->GetUpdatedVRegFlags(frame_id)[vreg] = true; in SetVReg()
425 shadow_frame = thread_->FindOrCreateDebuggerShadowFrame(frame_id, num_regs, m, GetDexPc()); in SetVRegPair()
429 thread_->GetUpdatedVRegFlags(frame_id)[vreg] = true; in SetVRegPair()
430 thread_->GetUpdatedVRegFlags(frame_id)[vreg + 1] = true; in SetVRegPair()
530 HasMoreFramesVisitor visitor(thread_, walk_kind_, GetNumFrames(), GetFrameHeight()); in GetNextMethodAndDexPc()
751 DCHECK(thread_ == Thread::Current() || thread_->IsSuspended()); in WalkStack()
758 for (const ManagedStack* current_fragment = thread_->GetManagedStack(); in WalkStack()
859 CHECK_LT(instrumentation_stack_depth, thread_->GetInstrumentationStack()->size()); in WalkStack()
861 (*thread_->GetInstrumentationStack())[instrumentation_stack_depth]; in WalkStack()
884 thread_, in WalkStack()