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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecode.hpp102 assert_same_format_as(bc); assert_index_size(2, bc); assert_native_index(bc);
137 static void assert_native_index(Bytecodes::Code bc, bool is_wide = false) NOT_DEBUG_RETURN;
H A Dbytecode.cpp106 void Bytecode::assert_native_index(Bytecodes::Code bc, bool is_wide) { function in class:Bytecode

Completed in 1571 milliseconds