Searched refs:nesting_depth (Results 1 – 9 of 9) sorted by relevance
69 (any_sequence().do_work_running_count > any_sequence().nesting_depth)) { in ScheduleWork()97 main_sequence_only().nesting_depth) { in SetNextDelayedDoWork()183 if (main_sequence_only().nesting_depth > 0) in DoWork()235 main_sequence_only().nesting_depth++; in OnBeginNestedRunLoop()240 any_sequence().nesting_depth++; in OnBeginNestedRunLoop()253 main_sequence_only().nesting_depth--; in OnExitNestedRunLoop()256 any_sequence().nesting_depth--; in OnExitNestedRunLoop()257 DCHECK_GE(any_sequence().nesting_depth, 0); in OnExitNestedRunLoop()
253 main_thread_only().nesting_depth++; in OnBeginNestedRunLoop()259 main_thread_only().nesting_depth--; in OnExitNestedRunLoop()260 DCHECK_GE(main_thread_only().nesting_depth, 0); in OnExitNestedRunLoop()261 if (main_thread_only().nesting_depth == 0) { in OnExitNestedRunLoop()337 main_thread_only().nesting_depth > 0) { in TakeTask()371 if (main_thread_only().nesting_depth == 0) in DidRunTask()467 if (main_thread_only().nesting_depth == 0) { in NotifyWillProcessTask()494 if (task_timing.has_wall_time() && main_thread_only().nesting_depth == 0) { in NotifyDidProcessTask()527 main_thread_only().nesting_depth == 0) { in NotifyDidProcessTask()
75 int nesting_depth = 0; member96 int nesting_depth = 0; member
190 int nesting_depth = 0; member
80 int nesting_depth; member92 emitter->nesting_depth = 0; in emitter_init()211 emitter->nesting_depth++; in emitter_nest_inc()217 emitter->nesting_depth--; in emitter_nest_dec()223 int amount = emitter->nesting_depth; in emitter_indent()245 assert(emitter->nesting_depth == 0); in emitter_begin()257 assert(emitter->nesting_depth == 1); in emitter_end()273 assert(emitter->nesting_depth > 0); in emitter_kv_note()334 assert(emitter->nesting_depth > 0); in emitter_dict_end()384 assert(emitter->nesting_depth > 0); in emitter_json_arr_end()[all …]
167 unsigned nesting_depth; member179 this->nesting_depth = 0; in loop_record()216 unsigned nesting_depth; member224 this->nesting_depth = 0; in function_record()480 if(ir->get_next()->is_tail_sentinel() && (this->loop.nesting_depth == 0 in should_lower_jump()481 || (this->loop.nesting_depth == 1 && this->loop.in_if_at_the_end_of_the_loop))) in should_lower_jump()488 if(this->function.nesting_depth == 0 && ir->get_next()->is_tail_sentinel()) in should_lower_jump()520 if(this->loop.nesting_depth == 0 && ir->get_next()->is_tail_sentinel()) in visit()523 ++this->function.nesting_depth; in visit()524 ++this->loop.nesting_depth; in visit()[all …]
96 int nesting_depth() const;216 int prog_scope::nesting_depth() const in nesting_depth() function in __anon1d258fbb0111::prog_scope540 while (enclosing_scope->nesting_depth() < last_read_scope->nesting_depth()) { in get_required_lifetime()559 while (enclosing_scope->nesting_depth() < first_write_scope->nesting_depth()) { in get_required_lifetime()656 cur_scope->nesting_depth() + 1, line); in get_temp_registers_required_lifetimes()672 cur_scope->nesting_depth() + 1, line + 1); in get_temp_registers_required_lifetimes()679 cur_scope->id(), cur_scope->nesting_depth(), in get_temp_registers_required_lifetimes()698 cur_scope->nesting_depth() + 1, line); in get_temp_registers_required_lifetimes()739 switch_scope->nesting_depth() + 1, in get_temp_registers_required_lifetimes()928 int indent = scope->nesting_depth(); in dump_instruction()
149 unsigned short nesting_depth; member
270 return tdb->nesting_depth; in __TM_nesting_depth()