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

/openjdk7/hotspot/src/share/vm/c1/
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 446 milliseconds