Searched refs:FrameForm (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.hpp113 void stack_dir_parse(FrameForm *frame); // Parse the stack direction entry
114 void sync_stack_slots_parse(FrameForm *frame);
115 void frame_pointer_parse(FrameForm *frame, bool native);
116 void interpreter_frame_pointer_parse(FrameForm *frame, bool native);
117 void inline_cache_parse(FrameForm *frame, bool native);
118 void interpreter_arg_ptr_parse(FrameForm *frame, bool native);
119 void interpreter_method_oop_parse(FrameForm *frame, bool native);
120 void cisc_spilling_operand_name_parse(FrameForm *frame, bool native);
121 void stack_alignment_parse(FrameForm *frame);
122 void return_addr_parse(FrameForm *fram
[all...]
H A Dformsopt.cpp336 //------------------------------FrameForm--------------------------------------
337 FrameForm::FrameForm() { function in class:FrameForm
352 FrameForm::~FrameForm() {
355 void FrameForm::dump() {
359 void FrameForm::output(FILE *fp) { // Write info to output files
H A Dformsopt.hpp210 //------------------------------FrameForm-------------------------------------
211 class FrameForm : public Form { class in inherits:Form
237 FrameForm();
238 ~FrameForm();
H A DarchDesc.hpp112 FrameForm *_frame; // Describe stack-frame layout
211 void addForm(FrameForm *ptr); // Add objects to the frame list
H A Dadlparse.cpp960 FrameForm *frame; // Information about stack-frame layout
965 frame = new FrameForm(); // Build new Frame object
1102 void ADLParser::stack_dir_parse(FrameForm *frame) {
1117 void ADLParser::sync_stack_slots_parse(FrameForm *frame) {
1123 void ADLParser::frame_pointer_parse(FrameForm *frame, bool native) {
1131 void ADLParser::interpreter_frame_pointer_parse(FrameForm *frame, bool native) {
1136 void ADLParser::inline_cache_parse(FrameForm *frame, bool native) {
1141 void ADLParser::interpreter_method_oop_parse(FrameForm *frame, bool native) {
1146 void ADLParser::cisc_spilling_operand_name_parse(FrameForm *frame, bool native) {
1151 void ADLParser::stack_alignment_parse(FrameForm *fram
[all...]
H A DarchDesc.cpp244 void ArchDesc::addForm(FrameForm *ptr) { _frame = ptr; };

Completed in 47 milliseconds