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

/openjdk7/hotspot/src/share/vm/runtime/
H A DvframeArray.hpp217 bool structural_compare(JavaThread* thread, GrowableArray<compiledVFrame*>* chunk);
H A DvframeArray.cpp573 bool vframeArray::structural_compare(JavaThread* thread, GrowableArray<compiledVFrame*>* chunk) { function in class:vframeArray
580 if (index >= chunk->length() || !vf->structural_compare(chunk->at(index))) return false;
H A Dvframe.hpp153 bool structural_compare(javaVFrame* other);
H A Dvframe.cpp577 bool javaVFrame::structural_compare(javaVFrame* other) { function in class:javaVFrame
H A Ddeoptimization.cpp1034 assert(array->structural_compare(thread, chunk), "just checking");

Completed in 41 milliseconds