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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp423 static bool is_zero_const (Code code) { return (code == _aconst_null || code == _iconst_0 function in class:Bytecodes
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp396 if (!Bytecodes::is_zero_const(Bytecodes::cast(cb[i+1]))) return false;

Completed in 213 milliseconds