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

/openjdk7/hotspot/src/cpu/zero/vm/
H A Dframe_zero.hpp41 frame(ZeroFrame* zeroframe, intptr_t* sp);
47 const ZeroFrame *zeroframe() const { function
52 return (intptr_t *) zeroframe();
61 return zeroframe()->as_entry_frame();
64 return zeroframe()->as_interpreter_frame();
67 return zeroframe()->as_shark_frame();
H A Dframe_zero.cpp54 return zeroframe()->is_interpreter_frame();
58 return zeroframe()->is_fake_stub_frame();
62 assert(zeroframe()->is_entry_frame(), "wrong type of frame");
69 return frame(zeroframe()->next(), sender_sp());
73 assert(zeroframe()->is_interpreter_frame() ||
74 zeroframe()->is_shark_frame() ||
75 zeroframe()->is_fake_stub_frame(), "wrong type of frame");
76 return frame(zeroframe()->next(), sender_sp());
203 zeroframe()->identify_word(frame_index, offset, fieldbuf, valuebuf, buflen);
H A Dframe_zero.inline.hpp44 switch (zeroframe()->type()) {
156 if (zeroframe()->is_shark_frame())
/openjdk7/hotspot/src/share/vm/utilities/
H A DvmError.cpp277 if (sfs.current()->zeroframe()->is_shark_frame()) {

Completed in 29 milliseconds