Searched refs:callee_nm (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1230 nmethod* callee_nm = callee_method->code(); local
1231 nmethodLocker nl_callee(callee_nm);
1233 address dest_entry_point = callee_nm == NULL ? 0 : callee_nm->entry_point(); // used below

Completed in 37 milliseconds