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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dforms.cpp291 //------------------------------FormList---------------------------------------
293 FormList::~FormList() {
H A Dforms.hpp253 //------------------------------FormList---------------------------------------
254 class FormList { class
315 FormList() { _justReset = 1; _justReset2 = 1; _root = NULL; _tail = NULL; _cur = NULL; _cur2 = NULL;}; function in class:FormList
316 ~FormList();

Completed in 49 milliseconds