Searched refs:get_flow_analysis (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.hpp222 ciTypeFlow* get_flow_analysis();
H A DciMethod.cpp350 // ciMethod::get_flow_analysis
351 ciTypeFlow* ciMethod::get_flow_analysis() { function in class:ciMethod
H A DciTypeFlow.cpp365 ciTypeFlow* non_osr_flow = method()->get_flow_analysis();
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCompiler.cpp155 flow = target->get_flow_analysis();
/openjdk7/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp455 if ( callee->get_flow_analysis()->failing()) return "not compilable (flow analysis failed)";
H A Dparse1.cpp410 _flow = method()->get_flow_analysis();

Completed in 52 milliseconds