Searched refs:find_index (Results 1 - 10 of 10) 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)
H A DdebugInfo.cpp41 write_int(recorder()->oop_recorder()->find_index(h));
H A DdebugInfoRec.cpp309 stream()->write_int(oop_recorder()->find_index(method_enc));
H A Ddependencies.cpp334 bytes.write_int(_oop_recorder->find_index(deps->at(i+j)->constant_encoding()));
/openjdk7/hotspot/src/share/vm/opto/
H A DphaseX.hpp100 Node *find_index(uint idx); // For debugging
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");
H A Dcompile.cpp3406 int oop_index = _masm.oop_recorder()->find_index(obj);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.cpp1606 int oop_index = oop_recorder()->find_index(obj);
1612 int oop_index = oop_recorder()->find_index(obj);
H A Dc1_LIRAssembler_sparc.cpp504 int oop_index = __ oop_recorder()->find_index(o);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp10448 int oop_index = oop_recorder()->find_index(obj);
10457 int oop_index = oop_recorder()->find_index(obj);
10466 int oop_index = oop_recorder()->find_index(obj);
10475 int oop_index = oop_recorder()->find_index(obj);

Completed in 135 milliseconds