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

/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp160 assert(dep_context_arg(dept) == 0, "sanity");
195 assert(dep_context_arg(dept) == 0, "sanity");
318 int ctxkj = dep_context_arg(dept); // -1 if no context arg
439 int ctxkj = dep_context_arg(dept); // -1 if no context arg
475 int ctxkj = dep_context_arg(dept); // -1 if no context arg
510 int ctxkj = dep_context_arg(dept); // -1 if no context arg
608 assert(skipj == dep_context_arg(dept), "zero arg always ctxk");
627 int ctxkj = dep_context_arg(type()); // -1 if no explicit context arg
641 int ctxkj = dep_context_arg(type()); // -1 if no explicit context arg
H A Ddependencies.hpp182 // When present, it is one of the arguments (dep_context_arg).
198 static int dep_context_arg(DepType dept) { return has_explicit_context_arg(dept) ? 0 : -1; } function in class:Dependencies

Completed in 37 milliseconds