Lines Matching defs:counters
12 #include "src/logging/counters.h"
46 // See wasm_memory_allocation_result in counters-definitions.h
64 // See caged_memory_allocation_outcome in counters-definitions.h
65 // This class and the entry in counters-definitions.h use the term "cage"
108 isolate->counters()->wasm_memory_allocation_result()->AddSample(
128 isolate->counters()->caged_memory_allocation_outcome()->AddSample(
293 auto counters = isolate->counters();
296 counters->array_buffer_big_allocations()->AddSample(mb_length);
299 counters->shared_array_allocations()->AddSample(mb_length);
324 counters->array_buffer_new_size_failures()->AddSample(mb_length);