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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkStack.cpp184 return new SharkStackWithNormalFrame(function, method);
191 SharkStackWithNormalFrame::SharkStackWithNormalFrame(SharkFunction* function, function in class:SharkStackWithNormalFrame
206 int SharkStackWithNormalFrame::arg_size() const {
213 int SharkStackWithNormalFrame::max_locals() const {
220 int SharkStackWithNormalFrame::max_stack() const {
227 int SharkStackWithNormalFrame::max_monitors() const {
234 BasicBlock* SharkStackWithNormalFrame::CreateBlock(const char* name) const {
241 address SharkStackWithNormalFrame::interpreter_entry_point() const {
H A DsharkStack.hpp35 class SharkStackWithNormalFrame;
239 class SharkStackWithNormalFrame : public SharkStack { class in inherits:SharkStack
243 SharkStackWithNormalFrame(SharkFunction* function, llvm::Value* method);
H A DsharkFunction.hpp44 friend class SharkStackWithNormalFrame;

Completed in 769 milliseconds