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

/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp217 // stubs area must start on CodeEntryAlignment, and
322 CodeSection _stubs; // stubs (call site support), deopt, exception handling
414 // include both code and stubs sizes.
430 CodeSection* stubs() { return &_stubs; } function in class:CodeBuffer

Completed in 460 milliseconds