Searched refs:current_counter (Results 1 – 5 of 5) sorted by relevance
970 size_t current_counter = heap_->OldGenerationAllocationCounter(); in StepSizeToKeepUpWithAllocations() local971 bytes_allocated_ += current_counter - old_generation_allocation_counter_; in StepSizeToKeepUpWithAllocations()972 old_generation_allocation_counter_ = current_counter; in StepSizeToKeepUpWithAllocations()
482 nir_ssa_def *current_counter = nir_load_var(&b, counter); in build_pipeline_statistics_query_shader() local486 nir_imul(&b, elem_size, current_counter)); in build_pipeline_statistics_query_shader()
1054 RuntimeCallCounter* current_counter() { return current_counter_.Value(); } in current_counter() function
2045 size_t current_counter = isolate->elements_deletion_counter(); in DeleteCommon() local2046 if (current_counter < length / kLengthFraction) { in DeleteCommon()2047 isolate->set_elements_deletion_counter(current_counter + 1); in DeleteCommon()
1631 RuntimeCallCounter* counter = stats->current_counter(); in RuntimeCallTimerEvent()