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

/openjdk7/hotspot/src/share/vm/classfile/
H A DvmSymbols.cpp287 #define TYPE2(type, unboxing) ((int)(type)*2 + ((unboxing) ? 1 : 0)) macro
288 switch (TYPE2(type, unboxing)) {
290 case TYPE2(type, false): return vmIntrinsics::box; \
291 case TYPE2(type, true): return vmIntrinsics::unbox
302 #undef TYPE2 macro

Completed in 30 milliseconds