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

/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.hpp374 OutputMap (FILE *decl_file, FILE *def_file, FormDict &globals, ArchDesc &AD, const char *name) argument
375 : _hpp(decl_file), _cpp(def_file), _globals(globals), _AD(AD), _name(name) {};
377 FILE *decl_file() { return _hpp; } function in class:OutputMap

Completed in 32 milliseconds