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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.hpp87 void emit_stubs(CodeStubList* stub_list);
H A Dc1_LIRAssembler.cpp134 void LIR_Assembler::emit_stubs(CodeStubList* stub_list) { argument
135 for (int m = 0; m < stub_list->length(); m++) {
136 CodeStub* s = (*stub_list)[m];

Completed in 23 milliseconds