Searched refs:compile_kind (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp652 const char* compile_kind() const;
H A Dnmethod.cpp451 const char* nmethod::compile_kind() const { function in class:nmethod
901 const char* nm_kind = compile_kind();
902 if (nm_kind != NULL) log->print(" compile_kind='%s'", nm_kind);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsweeper.cpp115 _records[_sweep_index].kind = nm->compile_kind();

Completed in 50 milliseconds