Home | History | Annotate | Download | only in debug

Lines Matching refs:thread_local_

336     return !!base::Relaxed_Load(&thread_local_.current_debug_scope_);
345 StackFrame::Id break_frame_id() { return thread_local_.break_frame_id_; }
348 Object* return_value() { return thread_local_.return_value_; }
349 void set_return_value(Object* value) { thread_local_.return_value_ = value; }
361 return reinterpret_cast<Address>(&thread_local_.suspended_generator_);
365 return reinterpret_cast<Address>(&thread_local_.restart_fp_);
368 StepAction last_step_action() { return thread_local_.last_step_action_; }
370 return thread_local_.break_on_next_function_call_;
400 thread_local_.suspended_generator_ = Smi::kZero;
404 return thread_local_.suspended_generator_ != Smi::kZero;
536 ThreadLocal thread_local_;