Home | History | Annotate | Download | only in gc

Lines Matching refs:native_footprint_limit_

95       native_footprint_limit_(2 * initial_size),
1789 native_footprint_limit_ = 2 * target_size - native_size;
2083 if (static_cast<size_t>(native_bytes_allocated_) > native_footprint_limit_) {
2101 if (static_cast<size_t>(native_bytes_allocated_) > native_footprint_limit_) {