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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp995 NativeMovConstReg* n_copy = nativeMovConstReg_at(copy_buff); variable
997 assert(n_copy->data() == 0 ||
998 n_copy->data() == (intptr_t)Universe::non_oop_word(),
1001 n_copy->set_data((intx) (load_klass()));

Completed in 456 milliseconds