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

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileLog.cpp101 // CompileLog::identify
102 int CompileLog::identify(ciObject* obj) { function in class:CompileLog
120 // (Be sure to do this before any recursive calls to identify.)
137 // Pre-identify items that we will need!
138 identify(sig->return_type());
140 identify(sig->type_at(i));
143 id, identify(method->holder()));
145 print(" return='%d'", identify(sig->return_type()));
149 print((i == 0) ? "%d" : " %d", identify(sig->type_at(i)));

Completed in 70 milliseconds