Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.cc2805 int last_digit = static_cast<int>(value % 10); in utoa_impl() local
2806 buffer[--buffer_pos] = '0' + last_digit; in utoa_impl()