Searched refs:input_end (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/v8/tools/profviz/
H A Dprofviz.js255 var input_end =
257 if (isNaN(input_end)) input_end = undefined;
258 return [input_start, input_end];
/external/chromium_org/v8/src/arm64/
H A Dregexp-macro-assembler-arm64.cc37 * - x25 : Address at the end of the input string: input_end.
96 * Address input_end,
220 __ Add(x10, input_end(), Operand(current_input_offset(), SXTW));
231 __ Add(x10, input_end(), Operand(current_input_offset(), SXTW));
256 input_end(),
320 input_end(),
326 input_end(),
360 __ Sub(current_input_offset().X(), current_position_address, input_end());
384 __ Add(x0, input_end(), Operand(capture_start_offset, SXTW));
388 __ Add(x1, input_end(), Operan
1289 CheckStackGuardState(Address* return_address, Code* re_code, Address re_frame, int start_offset, const byte** input_start, const byte** input_end) argument
[all...]
H A Dregexp-macro-assembler-arm64.h101 const byte** input_end);
168 Register input_end() { return x25; } function in class:v8::internal::RegExpMacroAssemblerARM64
H A Dsimulator-arm64.h41 const byte* input_end,
198 const byte* input_end,
H A Dsimulator-arm64.cc200 const byte* input_end,
211 CallArgument(input_end),
196 CallRegExp(byte* entry, String* input, int64_t start_offset, const byte* input_start, const byte* input_end, int* output, int64_t output_size, Address stack_base, int64_t direct_call, void* return_address, Isolate* isolate) argument
/external/chromium_org/base/i18n/
H A Dstreaming_utf8_validator_perftest.cc113 // between |input_start| and |input_end|, inclusive, and then
115 // bytes. |input_start| and |input_end| must be valid UTF-8
118 const std::string& input_end,
122 while (output.length() < length && input != input_end) {
117 ConstructRangedTestString(const std::string& input_start, const std::string& input_end, size_t length) argument
/external/chromium_org/v8/src/
H A Dregexp-macro-assembler.cc113 const byte* input_end = input_start + byte_length; local
118 input_end,
131 const byte* input_end,
144 input_end,
126 Execute( Code* code, String* input, int start_offset, const byte* input_start, const byte* input_end, int* output, int output_size, Isolate* isolate) argument
H A Dregexp-macro-assembler.h228 const byte* input_end,
/external/chromium_org/third_party/brotli/src/brotli/dec/
H A Ddecode.c93 int* input_end,
97 *input_end = (int)BrotliReadBits(br, 1);
100 if (*input_end && BrotliReadBits(br, 1)) {
108 if (!*input_end) {
640 int input_end; local
646 DecodeMetaBlockLength(&br, &meta_block_len, &input_end, &is_uncompressed);
647 if (!input_end) {
671 int input_end = 0; local
725 while (!input_end && ok) {
765 &input_end,
91 DecodeMetaBlockLength(BrotliBitReader* br, int* meta_block_length, int* input_end, int* is_uncompressed) argument
[all...]
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
H A Dgraphics_3d.cc64 const uint8_t* const input_end = &kRLETextureData[kRLETextureDataLength]; local
73 while (input < input_end || decoded_count > 0) {
75 assert(input + 4 <= input_end);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
H A Dcube.cc65 const uint8_t* const input_end = &kRLETextureData[kRLETextureDataLength]; local
74 while (input < input_end || decoded_count > 0) {
76 assert(input + 4 <= input_end);
/external/chromium_org/net/http/
H A Dhttp_util.cc586 const char* input_end = input_begin + input_len; local
595 const char* status_line_end = FindStatusLineEnd(input_begin, input_end);
603 base::CStringTokenizer lines(status_line_end, input_end, "\r\n");
/external/chromium_org/v8/src/mips64/
H A Dsimulator-mips64.h38 const byte* input_end,
55 const byte* input_end,
/external/chromium_org/v8/src/x64/
H A Dregexp-macro-assembler-x64.h99 const byte* input_end,
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dencode.cc1035 const uint8_t* input_end = input_buffer + input_size; local
1038 while (input_buffer < input_end) {
1041 if (block_size >= input_end - input_buffer) {
1042 block_size = input_end - input_buffer;
/external/chromium_org/v8/test/cctest/
H A Dtest-regexp.cc717 const byte* input_end,
724 input_end,
713 Execute(Code* code, String* input, int start_offset, const byte* input_start, const byte* input_end, int* captures) argument

Completed in 350 milliseconds