Searched refs:_sourcefile (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.hpp61 Symbol* _sourcefile; member in class:VALUE_OBJ_CLASS_SPEC
69 void set_class_sourcefile(Symbol* x) { _sourcefile = x; }
76 _sourcefile = NULL;
H A DclassFileParser.cpp2885 if (_sourcefile != NULL) {
2886 _sourcefile->increment_refcount();
2887 k->set_source_file_name(_sourcefile);

Completed in 44 milliseconds