Searched refs:realloc_objects (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/share/vm/runtime/ |
H A D | deoptimization.hpp | 117 static bool realloc_objects(JavaThread* thread, frame* fr, GrowableArray<ScopeValue*>* objects, TRAPS);
|
H A D | deoptimization.cpp | 155 // of previously eliminated objects occurs in realloc_objects, which is 243 reallocated = realloc_objects(thread, &deoptee, objects, THREAD); 745 bool Deoptimization::realloc_objects(JavaThread* thread, frame* fr, GrowableArray<ScopeValue*>* objects, TRAPS) { function in class:Deoptimization
|
Completed in 37 milliseconds