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

/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.hpp195 static bool has_explicit_context_arg(DepType dept) { return dept_in_mask(dept, explicit_ctxk_types); } function in class:Dependencies
198 static int dep_context_arg(DepType dept) { return has_explicit_context_arg(dept) ? 0 : -1; }
H A Ddependencies.cpp158 bool has_ctxk = has_explicit_context_arg(dept);

Completed in 27 milliseconds