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

/openjdk9/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp422 static bool is_zero_const (Code code) { return (code == _aconst_null || code == _iconst_0 function in class:Bytecodes

Completed in 56 milliseconds