Searched defs:overflow (Results 26 - 43 of 43) sorted by relevance

12

/openjdk10/hotspot/src/share/vm/adlc/
H A Doutput_h.cpp1384 const char *overflow = cInterface->_overflow; local
H A Dadlparse.cpp3669 char *overflow; local
H A Dformssel.cpp2789 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/arm/vm/
H A DtemplateInterpreterGenerator_arm.cpp412 void TemplateInterpreterGenerator::generate_counter_incr(Label* overflow, argument
[all...]
/openjdk10/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreterGenerator_x86.cpp380 generate_counter_incr( Label* overflow, Label* profile_method, Label* profile_method_continue) argument
[all...]
H A Dassembler_x86.hpp470 overflow = 0x0, enumerator in enum:Assembler::Condition
H A DmacroAssembler_x86.cpp6247 bool overflow() const { return ((_value >> 3) & 1) != 0; } function in class:ControlWord
6300 bool overflow() const { return ((_value >> 3) & 1) != 0; } function in class:StatusWord
6414 bool overflow() const { return ((_value >> 11) & 1) != 0; } function in class:Flag_Register
[all...]
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DtemplateInterpreterGenerator_aarch64.cpp559 generate_counter_incr( Label* overflow, Label* profile_method, Label* profile_method_continue) argument
[all...]
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreterGenerator_sparc.cpp411 void TemplateInterpreterGenerator::generate_counter_incr(Label* overflow, Label* profile_method, Label* profile_method_continue) { argument
[all...]
/openjdk10/hotspot/src/share/vm/opto/
H A Dsubnode.cpp673 bool overflow = hi_long != (jlong)hi_tr1; local
1319 bool overflow = hi_long != (jlong)hi_int; local
[all...]
H A DloopPredicate.cpp631 rc_predicate(IdealLoopTree *loop, Node* ctrl, int scale, Node* offset, Node* init, Node* limit, jint stride, Node* range, bool upper, bool &overflow) argument
943 bool overflow = false; local
[all...]
H A Dstringopts.cpp1739 RegionNode* overflow = new RegionNode(args); local
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DtemplateInterpreterGenerator_ppc.cpp746 void TemplateInterpreterGenerator::generate_counter_incr(Label* overflow, Label* profile_method, Label* profile_method_continue) { argument
[all...]
/openjdk10/hotspot/src/cpu/s390/vm/
H A DtemplateInterpreterGenerator_s390.cpp740 void TemplateInterpreterGenerator::generate_counter_incr(Label* overflow, Label* profile_method, Label* profile_method_continue) { argument
[all...]
/openjdk10/hotspot/src/share/vm/prims/
H A DmethodHandles.cpp881 int overflow = 0, overflow_limit = MAX2(1000, rlimit); local
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp3519 CodeStub* overflow = new CounterOverflowStub(info, bci, meth); local
/openjdk10/jaxp/src/jdk.xml.dom/share/classes/org/w3c/dom/css/
H A DCSS2Properties.java1201 public void setOverflow(String overflow) argument
/openjdk10/hotspot/src/os/windows/vm/
H A Dos_windows.cpp3940 const long overflow = 0x08; local

Completed in 294 milliseconds

12