OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetAllocationWatermark
(Results
1 - 4
of
4
) sorted by null
/external/v8/src/
spaces-inl.h
85
void Page::
SetAllocationWatermark
(Address allocation_watermark) {
270
SetAllocationWatermark
(ObjectAreaStart());
spaces.h
87
// flag. For details see comments in the Page::
SetAllocationWatermark
() method
174
inline void
SetAllocationWatermark
(Address allocation_watermark);
[
all
...]
spaces.cc
612
p->
SetAllocationWatermark
(p->ObjectAreaStart());
1001
current_page->
SetAllocationWatermark
(mc_forwarding_info_.top);
[
all
...]
mark-compact.cc
[
all
...]
Completed in 92 milliseconds