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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DvtableStubs_x86_32.cpp60 const int i486_code_length = VtableStub::pd_code_size_limit(true); local
61 VtableStub* s = new(i486_code_length) VtableStub(true, vtable_index);
63 CodeBuffer cb(s->entry_point(), i486_code_length);
134 const int i486_code_length = VtableStub::pd_code_size_limit(false); local
135 VtableStub* s = new(i486_code_length) VtableStub(false, itable_index);
137 CodeBuffer cb(s->entry_point(), i486_code_length);

Completed in 707 milliseconds