Searched refs:intZero (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueType.cpp47 IntConstant* intZero = NULL; variable
69 intZero = new (arena) IntConstant(0);
H A Dc1_ValueType.hpp71 extern IntConstant* intZero;
H A Dc1_GraphBuilder.cpp1231 Value y = append(new Constant(intZero));
2493 case Bytecodes::_iconst_0 : ipush(append(new Constant(intZero ))); break;

Completed in 42 milliseconds