Searched refs:select_fill_function (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DstubRoutines.hpp345 static address select_fill_function(BasicType t, bool aligned, const char* &name);
H A DstubRoutines.cpp405 address StubRoutines::select_fill_function(BasicType t, bool aligned, const char* &name) { function in class:StubRoutines
/openjdk7/hotspot/src/share/vm/opto/
H A DloopTransform.cpp2464 StubRoutines::select_fill_function(t, false, fill_name) == NULL) {
2679 address fill = StubRoutines::select_fill_function(t, aligned, fill_name);

Completed in 42 milliseconds