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

/openjdk7/hotspot/src/share/vm/opto/
H A Dstringopts.hpp33 class PhaseStringOpts : public Phase { class in inherits:Phase
85 PhaseStringOpts(PhaseGVN* gvn, Unique_Node_List* worklist);
H A Dstringopts.cpp42 PhaseStringOpts* _stringopts;
66 StringConcat(PhaseStringOpts* stringopts, CallStaticJavaNode* end):
365 Node_List PhaseStringOpts::collect_toString_calls() {
400 StringConcat* PhaseStringOpts::build_candidate(CallStaticJavaNode* call) {
571 PhaseStringOpts::PhaseStringOpts(PhaseGVN* gvn, Unique_Node_List*): function in class:PhaseStringOpts
659 void PhaseStringOpts::record_dead_node(Node* dead) {
663 void PhaseStringOpts::remove_dead_nodes() {
952 Node* PhaseStringOpts::fetch_static_field(GraphKit& kit, ciField* field) {
982 Node* PhaseStringOpts
[all...]

Completed in 44 milliseconds