Searched defs:offset_correction (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dobjects.cc6206 int offset_correction = 0; local
6228 *offset_ptr = offset + offset_correction;
6236 offset_correction += left_length;
6243 *offset_ptr = offset + offset_correction;
6259 *offset_ptr = offset + offset_correction;
6585 int offset_correction = 0; local
6599 *offset_ptr = offset + offset_correction;
6606 offset_correction += left_length;
6613 *offset_ptr = offset + offset_correction;
6627 offset_correction
[all...]

Completed in 91 milliseconds