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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1233 address dest_entry_point = callee_nm == NULL ? 0 : callee_nm->entry_point(); // used below local
1258 if (dest_entry_point != 0) {
1259 assert(CodeCache::find_blob(dest_entry_point) != NULL,

Completed in 37 milliseconds