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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp229 int LinearScan::allocate_spill_slot(bool double_word) { argument
231 if (double_word) {
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c1865 jboolean double_word = JNI_FALSE; /* default value */ local
1880 type = ITEM_Long; double_word = JNI_TRUE; break;
1882 type = ITEM_Double; double_word = JNI_TRUE; break;
1884 if (!double_word) {

Completed in 55 milliseconds