Home
last modified time | relevance | path

Searched refs:bytes_to_limit (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dcoded_stream.cc275 int bytes_to_limit = closest_limit - CurrentPosition(); in ReadStringFallback() local
276 if (bytes_to_limit > 0 && size > 0 && size <= bytes_to_limit) { in ReadStringFallback()
/external/v8/src/heap/
Dheap.cc4515 double bytes_to_limit = old_generation_allocation_limit_ - size_before_gc; in IncrementalMarkingLimitReached() local
4516 if (bytes_to_limit > 0) { in IncrementalMarkingLimitReached()
4517 double current_percent = (gained_since_last_gc / bytes_to_limit) * 100.0; in IncrementalMarkingLimitReached()