Searched refs:current_count (Results 1 – 5 of 5) sorted by relevance
263 int current_count = InputCount(); in TrimInputCount() local264 DCHECK_LE(new_input_count, current_count); in TrimInputCount()265 if (new_input_count == current_count) return; // Nothing to do. in TrimInputCount()266 ClearInputs(new_input_count, current_count - new_input_count); in TrimInputCount()275 int current_count = InputCount(); in EnsureInputCount() local276 DCHECK_NE(current_count, 0); in EnsureInputCount()277 if (current_count > new_input_count) { in EnsureInputCount()279 } else if (current_count < new_input_count) { in EnsureInputCount()280 Node* dummy = InputAt(current_count - 1); in EnsureInputCount()283 current_count++; in EnsureInputCount()[all …]
357 { int current_count = psds->write_count ; in sds_write_header() local364 psds->write_count = current_count ; in sds_write_header()
322 void DeserializeFunctionData(uint32_t count, uint32_t current_count);
14345 uint32_t current_count = statement_count; in attempt_emit_loop_header() local14354 if (current_count == statement_count && condition_is_temporary) in attempt_emit_loop_header()14424 uint32_t current_count = statement_count; in attempt_emit_loop_header() local14433 if (current_count == statement_count && condition_is_temporary) in attempt_emit_loop_header()15128 uint32_t current_count = statement_count; in emit_block_chain() local15130 if (statement_count != current_count) in emit_block_chain()
1612 pub current_count: i32,