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

/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp188 // Now get the deoptee with a valid map
189 frame deoptee = stub_frame.sender(&map); local
190 // Set the deoptee nmethod
192 thread->set_deopt_nmethod(deoptee.cb()->as_nmethod_or_null());
200 assert(deoptee.is_compiled_frame(), "Wrong frame type");
202 vframe* vf = vframe::new_vframe(&deoptee, &map, thread);
231 oop result = deoptee.saved_oop_result(&map);
243 reallocated = realloc_objects(thread, &deoptee, objects, THREAD);
247 reassign_fields(&deoptee, &map, objects);
258 deoptee
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp1004 frame deoptee = thread->last_frame().sender(&map); variable
1005 assert(deoptee.is_deoptimized_frame(), "must be deopted");
1007 pc = deoptee.pc();

Completed in 37 milliseconds