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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecode.cpp39 void Bytecode::assert_same_format_as(Bytecodes::Code testbc, bool is_wide) const { argument
47 int thisflags = Bytecodes::flags(testbc, is_wide) & Bytecodes::_all_fmt_bits;
51 (int)testbc, (int)thisbc, (is_wide?"/wide":""), testflags, thisflags);
H A Dbytecode.hpp133 void assert_same_format_as(Bytecodes::Code testbc, bool is_wide = false) const NOT_DEBUG_RETURN;

Completed in 119 milliseconds