Searched refs:equal (Results 226 - 240 of 240) sorted by relevance

12345678910

/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp224 bool equal(CellTypeState a) const { return _state == a._state; } function in class:VALUE_OBJ_CLASS_SPEC
H A DinstanceKlass.cpp2080 return UTF8::equal(name1, length1, name2, length2);
/openjdk7/jdk/test/java/util/Map/
H A DCollisions.java104 * Returns a string with a hash equal to the argument.
106 * @return string with a hash equal to the argument.
403 static void equal(Object x, Object y) { method in class:Collisions
407 fail(x + " not equal to " + y);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp1063 __ brx(Assembler::equal, false, Assembler::pt, ok);
1725 __ cmp_zero_and_br(Assembler::equal, G3_scratch, cont);
1787 __ brx(Assembler::equal, false, Assembler::pt, is_null);
1966 __ cmp_and_brx_short(temp_reg, G5_inline_cache_reg, Assembler::equal, Assembler::pt, L);
2012 __ br(Assembler::equal, false, Assembler::pn, slowCase);
2255 // destination will always be to a register with a greater or equal register
2429 __ br(Assembler::equal, false, Assembler::pt, done);
2565 __ cmp_and_br_short(G3_scratch, 0, Assembler::equal, Assembler::pt, no_block);
2634 __ br(Assembler::equal, false, Assembler::pt, done);
2908 __ cmp_and_brx_short(temp_reg, G5_inline_cache_reg, Assembler::equal, Assemble
[all...]
H A Dassembler_sparc.hpp810 equal = 1, enumerator in enum:Assembler::Condition
1292 // memory at address in s1. If the values are equal, the contents of memory
1293 // at address s1 is swapped with the data in d. If the values are not equal,
2479 // These set the icc condition code to equal if the lock succeeded
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_h.cpp1187 fprintf(fp," case BoolTest::eq : return equal();\n");
1334 const char *equal = cInterface->_equal; local
1335 if( equal != NULL ) {
1336 define_oper_interface(fp, *oper, _globalNames, "equal", equal);
H A Dformssel.hpp809 CondInterface(const char* equal, const char* equal_format,
H A Dadlparse.cpp3392 char *equal; local
3422 if ( strcmp(field,"equal") == 0 ) {
3423 equal = interface_field_parse(&equal_format);
3453 Interface *inter = new CondInterface(equal, equal_format,
H A Dformssel.cpp1837 // True if this component is equal to the parameter.
2741 CondInterface::CondInterface(const char* equal, const char* equal_format, argument
2748 _equal(equal), _equal_format(equal_format),
2766 if ( _equal != NULL ) fprintf(fp," equal == %s\n", _equal);
2842 // True if this component is equal to the parameter.
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DObjectHeap.java171 public boolean equal(Oop o1, Oop o2) { method in class:ObjectHeap
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp1246 // set CMSParPromoteBlocksToClaim equal to OldPLABSize.
1318 "error: ObjectAlignmentInBytes=%d must be greater or equal %d\n",
1840 "equal to MaxHeapFreeRatio (" UINTX_FORMAT ")\n",
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DPreprocessor.java451 Equal eq = parser.exprFactory.equal (e, null);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/
H A DWSDLGenerator.java1065 !equal(theUri.getAuthority(), theBaseUri.getAuthority()))
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java1528 !equal(theUri.getAuthority(), theBaseUri.getAuthority()))
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.hpp459 equal = 0x4, enumerator in enum:Assembler::Condition

Completed in 268 milliseconds

12345678910