Searched refs:overflow (Results 51 - 60 of 60) sorted by relevance

123

/openjdk10/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp3669 char *overflow; local
3715 else if ( strcmp(field,"overflow") == 0 ) {
3716 overflow = interface_field_parse(&overflow_format);
3740 overflow, overflow_format,
H A Dformssel.cpp1550 assert( strlen(buf) < sizeof(buf), "String buffer overflow" );
2795 const char* overflow, const char* overflow_format,
2804 _overflow(overflow), _overflow_format(overflow_format),
2824 if ( _overflow != NULL ) fprintf(fp," overflow == %s\n", _overflow);
2789 CondInterface(const char* equal, const char* equal_format, const char* not_equal, const char* not_equal_format, const char* less, const char* less_format, const char* greater_equal, const char* greater_equal_format, const char* less_equal, const char* less_equal_format, const char* greater, const char* greater_format, const char* overflow, const char* overflow_format, const char* no_overflow, const char* no_overflow_format) argument
/openjdk10/hotspot/src/cpu/x86/vm/
H A DmacroAssembler_x86.cpp70 Assembler::noOverflow /* overflow = 0x0 */ ,
71 Assembler::overflow /* noOverflow = 0x1 */ ,
1054 // stack overflow + shadow pages. This clobbers tmp.
3148 // (otherwise FPU stack could overflow eventually)
6247 bool overflow() const { return ((_value >> 3) & 1) != 0; } function in class:ControlWord
6275 f[4] = (overflow ()) ? 'O' : 'o';
6300 bool overflow() const { return ((_value >> 3) & 1) != 0; } function in class:StatusWord
6319 f[4] = (overflow ()) ? 'O' : '-';
6414 bool overflow() const { return ((_value >> 11) & 1) != 0; } function in class:Flag_Register
6425 f[0] = (overflow ())
[all...]
H A Dassembler_x86.hpp470 overflow = 0x0, enumerator in enum:Assembler::Condition
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/jquery/jszip/dist/
H A Djszip.js3720 // use fallback for big arrays to avoid stack overflow
8192 var overflow = 0; /* number of elements with bit length too large */
8199 * overflow in the case of the bit length tree).
8208 overflow++;
8226 if (overflow === 0) { return; }
8228 // Trace((stderr,"\nbit length overflow\n"));
8236 s.bl_count[bits+1] += 2; /* move one overflow item as its brother */
8238 /* The brother of the overflow item also moves one step up,
8241 overflow -= 2;
8242 } while (overflow >
[all...]
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/encoding/
H A DCDROutputStream_1_0.java261 bufferManagerWrite.overflow(bbwi);
/openjdk10/hotspot/src/share/vm/runtime/
H A Darguments.cpp630 // Check for overflow.
1537 // When using compressed oops, we use local overflow stacks,
1538 // rather than using a global overflow list chained through
2802 // Check that code expanding ThreadStackSize to a page aligned number of bytes won't overflow.
H A DvmStructs.cpp559 nonstatic_field(PerfDataPrologue, overflow, jint) \
/openjdk10/hotspot/src/os/windows/vm/
H A Dos_windows.cpp2248 // stack overflow handling
2411 tty->print_raw_cr("An unrecoverable stack overflow has occurred.");
2417 // Either stack overflow or null pointer exception.
2423 // Stack overflow.
2478 // Stack overflow or null pointer exception in native code.
2756 // An overflow of align_up() would have been caught above
2905 assert(extra_size >= size, "overflow, size is too large to allow alignment");
3940 const long overflow = 0x08; local
/openjdk10/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp990 // Plan A is robust in the face of overflow, if offset and copyLength
993 // Plan B is less direct and intuitive, but it does not overflow at
1526 // Make sure that resulting byte[] length does not overflow Integer.MAX_VALUE
1836 Node* bol = _gvn.transform( new BoolNode(test, BoolTest::overflow) );

Completed in 414 milliseconds

123