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

/openjdk7/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp34 BytecodeStream *MethodComparator::_s_new; member in class:MethodComparator
57 _s_new = &s_new;
86 _s_new = &s_new;
139 u2 cpi_new = _s_new->get_index_u2();
143 *(jbyte*)(_s_old->bcp() + 3) != *(jbyte*)(_s_new->bcp() + 3))
157 int cpci_new = _s_new->get_index_u2_cpcache();
169 int cpci_new = _s_new->get_index_u4();
198 Bytecode_loadconstant ldc_new(_s_new->method(), _s_new->bci());
208 u2 cpi_new = _s_new
[all...]
H A DmethodComparator.hpp39 static BytecodeStream *_s_old, *_s_new; member in class:MethodComparator

Completed in 805 milliseconds