Searched defs:SharkStackWithNativeFrame (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkStack.cpp188 return new SharkStackWithNativeFrame(wrapper, method);
200 SharkStackWithNativeFrame::SharkStackWithNativeFrame(SharkNativeWrapper* wrp, function in class:SharkStackWithNativeFrame
209 int SharkStackWithNativeFrame::arg_size() const {
216 int SharkStackWithNativeFrame::max_locals() const {
223 int SharkStackWithNativeFrame::max_stack() const {
230 int SharkStackWithNativeFrame::max_monitors() const {
237 BasicBlock* SharkStackWithNativeFrame::CreateBlock(const char* name) const {
244 address SharkStackWithNativeFrame::interpreter_entry_point() const {
H A DsharkStack.hpp36 class SharkStackWithNativeFrame;
269 class SharkStackWithNativeFrame : public SharkStack { class in inherits:SharkStack
273 SharkStackWithNativeFrame(SharkNativeWrapper* wrapper, llvm::Value* method);

Completed in 415 milliseconds