Searched refs:is_java_method (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp334 bool is_java_method() const { return !method()->is_native(); } function in class:nmethod
514 bool can_be_deoptimized() const { return is_java_method(); }
H A DcodeCache.cpp854 if(nm->method() != NULL && nm->is_java_method()) {
881 if(nm->is_java_method()) {
/openjdk7/hotspot/src/share/vm/prims/
H A Dforte.cpp135 assert(nm->is_java_method(), "invariant");
/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.cpp197 ((nmethod*)_cb)->is_java_method()) {

Completed in 292 milliseconds