Home | History | Annotate | Download | only in ia32

Lines Matching refs:byte_length

218   int byte_length = str.length() * char_size();
222 __ cmp(edi, Immediate(-(byte_offset + byte_length)));
381 // size_t byte_length - length of capture in bytes(!)
387 // Set byte_length.
1140 int byte_length = static_cast<int>(end_address - start_address);
1143 frame_entry<const byte*>(re_frame, kInputEnd) = new_address + byte_length;