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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_64.cpp2286 const Register rax_oop = rax; // actual oop copied local
2382 __ store_heap_oop(to_element_addr, rax_oop); // store the oop
2388 __ load_heap_oop(rax_oop, from_element_addr); // load the oop
2389 __ testptr(rax_oop, rax_oop);
2392 __ load_klass(r11_klass, rax_oop);// query the object klass

Completed in 45 milliseconds