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

/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.hpp199 static int dep_implicit_context_arg(DepType dept) { return has_implicit_context_arg(dept) ? 0 : -1; } function in class:Dependencies
H A Ddependencies.cpp174 assert(dep_implicit_context_arg(dept) == 0, "sanity");
652 int ctxkj = dep_implicit_context_arg(type());

Completed in 37 milliseconds