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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.cpp71 uint new_dbg_start = newcall->tf()->domain()->cnt(); local
72 int jvms_adj = new_dbg_start - old_dbg_start;
73 assert (new_dbg_start == newcall->req(), "argument count mismatch");

Completed in 75 milliseconds