Searched defs:find_index (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DoopRecorder.hpp46 // allocate_index and find_index never return the same index,
56 int find_index(jobject h) { function in class:OopRecorder
64 // variant of find_index which does not allocate if not found (yields -1)
/openjdk7/hotspot/src/share/vm/opto/
H A DphaseX.cpp350 Node *NodeHash::find_index(uint idx) { // For debugging function in class:NodeHash
1034 assert( !_table.find_index(n->_idx), "found duplicate entry in table");

Completed in 35 milliseconds