Searched refs:EntryFrame (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/cpu/zero/vm/
H A DentryFrame_zero.hpp43 class EntryFrame : public ZeroFrame { class in inherits:ZeroFrame
45 EntryFrame() : ZeroFrame() { function in class:EntryFrame
56 static EntryFrame *build(const intptr_t* parameters,
H A Dframe_zero.hpp60 const EntryFrame *zero_entryframe() const {
H A DstubGenerator_zero.cpp84 EntryFrame *frame =
85 EntryFrame::build(parameters, parameter_words, call_wrapper, THREAD);
249 EntryFrame *EntryFrame::build(const intptr_t* parameters,
270 return (EntryFrame *) fp;
H A Dstack_zero.hpp124 class EntryFrame;
193 EntryFrame *as_entry_frame() const {
195 return (EntryFrame *) this;
H A Dframe_zero.cpp254 void EntryFrame::identify_word(int frame_index,

Completed in 54 milliseconds