OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:objectsInSegment
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/hprof/
HprofHeap.cpp
43
ctx->
objectsInSegment
= OBJECTS_PER_SEGMENT;
132
if (ctx->
objectsInSegment
>= OBJECTS_PER_SEGMENT ||
138
ctx->
objectsInSegment
= 0;
204
ctx->
objectsInSegment
++;
222
if (ctx->
objectsInSegment
>= OBJECTS_PER_SEGMENT ||
228
ctx->
objectsInSegment
= 0;
467
ctx->
objectsInSegment
++;
Hprof.h
130
size_t
objectsInSegment
;
Completed in 45 milliseconds