Searched defs:is_top (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DscopeDesc.cpp146 bool ScopeDesc::is_top() const { function in class:ScopeDesc
151 if (is_top()) return NULL;
226 if (DoEscapeAnalysis && is_top() && _objects != NULL) {
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe_hp.cpp258 bool compiledVFrame::is_top() const { function in class:compiledVFrame
261 return scope()->is_top();
315 return scope()->is_top()
H A Dvframe.hpp87 virtual bool is_top() const { return true; } function in class:vframe
89 // Returns top vframe within same frame (see is_top())

Completed in 40 milliseconds