Home
last modified time | relevance | path

Searched refs:nesting_depth (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/base/task/sequence_manager/
Dthread_controller_impl.cc69 (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()
Dsequence_manager_impl.cc253 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()
Dthread_controller_impl.h75 int nesting_depth = 0; member
96 int nesting_depth = 0; member
Dsequence_manager_impl.h190 int nesting_depth = 0; member
/external/jemalloc_new/include/jemalloc/internal/
Demitter.h80 int nesting_depth; member
92 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 …]
/external/mesa3d/src/compiler/glsl/
Dlower_jumps.cpp167 unsigned nesting_depth; member
179 this->nesting_depth = 0; in loop_record()
216 unsigned nesting_depth; member
224 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 …]
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_temprename.cpp96 int nesting_depth() const;
216 int prog_scope::nesting_depth() const in nesting_depth() function in __anon1d258fbb0111::prog_scope
540 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()
/external/clang/lib/Headers/
Dhtmintrin.h149 unsigned short nesting_depth; member
Dhtmxlintrin.h270 return tdb->nesting_depth; in __TM_nesting_depth()