Home | History | Annotate | Download | only in x64

Lines Matching refs:byte_length

234   int byte_length = str.length() * char_size();
238 __ cmpl(rdi, Immediate(-(byte_offset + byte_length)));
411 // size_t byte_length - length of capture in bytes(!)
418 // Set byte_length.
429 // Set byte_length.
1247 int byte_length = static_cast<int>(end_address - start_address);
1250 frame_entry<const byte*>(re_frame, kInputEnd) = new_address + byte_length;