Lines Matching refs:thread_local_
399 bool IsStepping() { return thread_local_.step_count_ > 0; } in IsStepping()
402 bool StepInActive() { return thread_local_.step_into_fp_ != 0; } in StepInActive()
407 bool StepOutActive() { return thread_local_.step_out_fp_ != 0; } in StepOutActive()
458 DebugScope* debugger_entry() { return thread_local_.current_debug_scope_; } in debugger_entry()
469 return thread_local_.current_debug_scope_ != NULL; in in_debug_scope()
473 StackFrame::Id break_frame_id() { return thread_local_.break_frame_id_; } in break_frame_id()
474 int break_id() { return thread_local_.break_id_; } in break_id()
486 Object*** address = &thread_local_.restarter_frame_function_pointer_; in restarter_frame_function_pointer_address()
491 return reinterpret_cast<Address>(&thread_local_.step_into_fp_); in step_in_fp_addr()
500 thread_local_.break_id_ = ++thread_local_.break_count_; in SetNextBreakId()
642 ThreadLocal thread_local_; variable