/external/chromium_org/v8/src/arm64/ |
D | regexp-macro-assembler-arm64.cc | 220 __ Add(x10, input_end(), Operand(current_input_offset(), SXTW)); in CheckAtStart() 231 __ Add(x10, input_end(), Operand(current_input_offset(), SXTW)); in CheckNotAtStart() 256 input_end(), in CheckCharacters() 320 input_end(), in CheckNotBackReferenceIgnoreCase() 326 input_end(), in CheckNotBackReferenceIgnoreCase() 360 __ Sub(current_input_offset().X(), current_position_address, input_end()); in CheckNotBackReferenceIgnoreCase() 384 __ Add(x0, input_end(), Operand(capture_start_offset, SXTW)); in CheckNotBackReferenceIgnoreCase() 388 __ Add(x1, input_end(), Operand(current_input_offset(), SXTW)); in CheckNotBackReferenceIgnoreCase() 440 __ Add(capture_start_address, input_end(), Operand(w10, SXTW)); in CheckNotBackReference() 445 input_end(), in CheckNotBackReference() [all …]
|
D | regexp-macro-assembler-arm64.h | 101 const byte** input_end); 168 Register input_end() { return x25; } in input_end() function
|
D | simulator-arm64.h | 41 const byte* input_end, 198 const byte* input_end,
|
D | simulator-arm64.cc | 200 const byte* input_end, in CallRegExp() argument 211 CallArgument(input_end), in CallRegExp()
|
/external/chromium_org/v8/tools/profviz/ |
D | profviz.js | 255 var input_end = 257 if (isNaN(input_end)) input_end = undefined; 258 return [input_start, input_end];
|
/external/chromium_org/v8/src/ |
D | regexp-macro-assembler.cc | 113 const byte* input_end = input_start + byte_length; in Match() local 118 input_end, in Match() 131 const byte* input_end, in Execute() argument 144 input_end, in Execute()
|
D | regexp-macro-assembler.h | 228 const byte* input_end,
|
/external/chromium_org/third_party/brotli/src/brotli/dec/ |
D | decode.c | 93 int* input_end, in DecodeMetaBlockLength() argument 97 *input_end = (int)BrotliReadBits(br, 1); in DecodeMetaBlockLength() 100 if (*input_end && BrotliReadBits(br, 1)) { in DecodeMetaBlockLength() 108 if (!*input_end) { in DecodeMetaBlockLength() 640 int input_end; in BrotliDecompressedSize() local 646 DecodeMetaBlockLength(&br, &meta_block_len, &input_end, &is_uncompressed); in BrotliDecompressedSize() 647 if (!input_end) { in BrotliDecompressedSize() 671 int input_end = 0; in BrotliDecompress() local 725 while (!input_end && ok) { in BrotliDecompress() 765 &input_end, &is_uncompressed); in BrotliDecompress()
|
/external/chromium_org/base/i18n/ |
D | streaming_utf8_validator_perftest.cc | 118 const std::string& input_end, in ConstructRangedTestString() argument 122 while (output.length() < length && input != input_end) { in ConstructRangedTestString()
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/ |
D | cube.cc | 65 const uint8_t* const input_end = &kRLETextureData[kRLETextureDataLength]; in DecompressTexture() local 74 while (input < input_end || decoded_count > 0) { in DecompressTexture() 76 assert(input + 4 <= input_end); in DecompressTexture()
|
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/ |
D | graphics_3d.cc | 64 const uint8_t* const input_end = &kRLETextureData[kRLETextureDataLength]; in DecompressTexture() local 73 while (input < input_end || decoded_count > 0) { in DecompressTexture() 75 assert(input + 4 <= input_end); in DecompressTexture()
|
/external/chromium_org/v8/src/mips64/ |
D | simulator-mips64.h | 38 const byte* input_end, 55 const byte* input_end,
|
/external/chromium_org/net/http/ |
D | http_util.cc | 586 const char* input_end = input_begin + input_len; in AssembleRawHeaders() local 595 const char* status_line_end = FindStatusLineEnd(input_begin, input_end); in AssembleRawHeaders() 603 base::CStringTokenizer lines(status_line_end, input_end, "\r\n"); in AssembleRawHeaders()
|
/external/chromium_org/third_party/brotli/src/brotli/enc/ |
D | encode.cc | 1035 const uint8_t* input_end = input_buffer + input_size; in BrotliCompressBuffer() local 1038 while (input_buffer < input_end) { in BrotliCompressBuffer() 1041 if (block_size >= input_end - input_buffer) { in BrotliCompressBuffer() 1042 block_size = input_end - input_buffer; in BrotliCompressBuffer()
|
/external/chromium_org/v8/src/x64/ |
D | regexp-macro-assembler-x64.h | 99 const byte* input_end,
|
/external/chromium_org/v8/test/cctest/ |
D | test-regexp.cc | 717 const byte* input_end, in Execute() argument 724 input_end, in Execute()
|