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

/openjdk7/hotspot/src/share/vm/opto/
H A Dstringopts.cpp42 PhaseStringOpts* _stringopts; member in class:StringConcat
71 _stringopts(stringopts) {
72 _arguments = new (_stringopts->C) Node(1);
201 CompileLog* log = _stringopts->C->log();
224 Compile* C = _stringopts->C;
242 _stringopts->gvn()->transform(call);
250 _arguments->disconnect_inputs(NULL, _stringopts->C);
266 Compile* C = _stringopts->C;
276 StringConcat* result = new StringConcat(_stringopts, _end);
310 Compile* C = _stringopts
[all...]

Completed in 33 milliseconds