OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocations_count_
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/heap/
heap-inl.h
261
++
allocations_count_
;
268
if (
allocations_count_
% FLAG_dump_allocations_digest_at_alloc == 0) {
274
if (!FLAG_verify_predictable) ++
allocations_count_
;
275
if (
allocations_count_
% FLAG_trace_allocation_stack_interval == 0) {
295
++
allocations_count_
;
303
if (
allocations_count_
% FLAG_dump_allocations_digest_at_alloc == 0) {
heap.h
2219
uint32_t
allocations_count_
;
member in class:v8::internal::Heap
[
all
...]
heap.cc
105
allocations_count_
(0),
[
all
...]
Completed in 4618 milliseconds