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

/openjdk7/hotspot/src/share/vm/prims/
H A Dforte.cpp222 if (!Universe::heap()->is_valid_method(method)) return false;
409 if (!ch->is_valid_method(method)) {
449 if (!ch->is_valid_method(method)) {
/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.hpp341 bool is_valid_method(oop p) const;
H A DcollectedHeap.inline.hpp338 // predicate is_valid_method() is not stable, so
341 inline bool CollectedHeap::is_valid_method(oop p) const { function in class:CollectedHeap
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dframe_x86.cpp568 if (!Universe::heap()->is_valid_method(m)) return false;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.cpp661 if (!Universe::heap()->is_valid_method(m)) return false;

Completed in 43 milliseconds