Home
last modified time | relevance | path

Searched refs:current_counter (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/heap/
Dincremental-marking.cc970 size_t current_counter = heap_->OldGenerationAllocationCounter(); in StepSizeToKeepUpWithAllocations() local
971 bytes_allocated_ += current_counter - old_generation_allocation_counter_; in StepSizeToKeepUpWithAllocations()
972 old_generation_allocation_counter_ = current_counter; in StepSizeToKeepUpWithAllocations()
/external/mesa3d/src/amd/vulkan/
Dradv_query.c482 nir_ssa_def *current_counter = nir_load_var(&b, counter); in build_pipeline_statistics_query_shader() local
486 nir_imul(&b, elem_size, current_counter)); in build_pipeline_statistics_query_shader()
/external/v8/src/
Dcounters.h1054 RuntimeCallCounter* current_counter() { return current_counter_.Value(); } in current_counter() function
Delements.cc2045 size_t current_counter = isolate->elements_deletion_counter(); in DeleteCommon() local
2046 if (current_counter < length / kLengthFraction) { in DeleteCommon()
2047 isolate->set_elements_deletion_counter(current_counter + 1); in DeleteCommon()
Dlog.cc1631 RuntimeCallCounter* counter = stats->current_counter(); in RuntimeCallTimerEvent()