Home
last modified time | relevance | path

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

/external/webkit/V8Binding/v8/src/
Dobjects.cc3661 void SeqTwoByteString::SeqTwoByteStringReadBlockIntoBuffer(ReadBlockBuffer* rbb, in SeqTwoByteStringReadBlockIntoBuffer() argument
3673 rbb->util_buffer, in SeqTwoByteStringReadBlockIntoBuffer()
3674 rbb->capacity, in SeqTwoByteStringReadBlockIntoBuffer()
3675 rbb->cursor)) { in SeqTwoByteStringReadBlockIntoBuffer()
3680 rbb->util_buffer, in SeqTwoByteStringReadBlockIntoBuffer()
3681 rbb->capacity, in SeqTwoByteStringReadBlockIntoBuffer()
3682 rbb->cursor)) { in SeqTwoByteStringReadBlockIntoBuffer()
3690 rbb->remaining += chars_read; in SeqTwoByteStringReadBlockIntoBuffer()
3713 const unibrow::byte* ConsString::ConsStringReadBlock(ReadBlockBuffer* rbb, in ConsStringReadBlock() argument
3725 (rbb->capacity <= left_length - offset && in ConsStringReadBlock()
[all …]