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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp437 static bool has_all_flags (Code code, int test_flags, bool is_wide) { argument
438 return (flags(code, is_wide) & test_flags) == test_flags;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java400 static boolean has_all_flags (int code, int test_flags, boolean is_wide) { argument
401 return (flags(code, is_wide) & test_flags) == test_flags;

Completed in 38 milliseconds