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

/openjdk7/hotspot/src/share/vm/oops/
H A DobjArrayOop.hpp59 int old_res; local
61 old_res = length * HeapWordsPerOop;
63 old_res = align_size_up(length, OopsPerHeapWord)/OopsPerHeapWord;
67 assert(res == old_res, "Inconsistency between old and new.");
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp721 LIR_Opr old_res = (LIR_Opr)(intptr_t)((index << LIR_OprDesc::data_shift) | local
726 LIR_Opr old_res = (LIR_Opr)(intptr_t)((index << LIR_OprDesc::data_shift) | t | local
729 assert(res == old_res, "old and new method not equal");
791 LIR_Opr old_res = (LIR_Opr)(intptr_t)((index << LIR_OprDesc::data_shift) | local
795 assert(res == old_res, "old and new method not equal");

Completed in 95 milliseconds