Searched refs:p2 (Results 226 - 234 of 234) sorted by relevance

12345678910

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp2358 Node *p2 = _gvn.transform( new (C) AddPNode(subklass,subklass,chk_off_X) ); local
2362 Node *kmem = might_be_cache ? memory(p2) : immutable_memory();
2363 Node *nkls = _gvn.transform( LoadKlassNode::make( _gvn, kmem, p2, _gvn.type(p2)->is_ptr(), TypeKlassPtr::OBJECT_OR_NULL ) );
H A Dmemnode.cpp459 Node* p2, AllocateNode* a2,
466 return (p1 != p2) && p1->is_Con() && p2->is_Con();
470 // (Note: p2->is_Con implies p2->in(0)->is_Root, which dominates.)
471 return all_controls_dominate(p2, a1);
458 detect_ptr_independence(Node* p1, AllocateNode* a1, Node* p2, AllocateNode* a2, PhaseTransform* phase) argument
H A Dmemnode.hpp74 Node* p2, AllocateNode* a2,
H A Dloopnode.cpp1218 Node *p2 = igvn.hash_find_insert(p); // Look for a CSE local
1219 if( p2 ) { // Found CSE
1221 p = p2; // Use old node
/openjdk7/jdk/test/java/lang/StrictMath/
H A DCubeRootTests.java352 {0x1.bp7, 0x1.8p2},
H A DExpm1Tests.java61 {-0x1.30000001198p2, -0x1.fb9201482bdfap-1},
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp4441 const char *p1, *p2; local
4444 while ((p2 = strstr(p1, os::file_separator())) != NULL) p1 = p2 + len;
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp4255 const char *p1, *p2; local
4258 while ((p2 = strstr(p1, os::file_separator())) != NULL) p1 = p2 + len;
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp2406 const char *p1, *p2; local
2409 while ((p2 = strstr(p1, os::file_separator())) != NULL) p1 = p2 + len;

Completed in 143 milliseconds

12345678910