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

/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp80 class CodeSection VALUE_OBJ_CLASS_SPEC {
101 CodeSection() { function in class:VALUE_OBJ_CLASS_SPEC
133 void initialize_locs_from(const CodeSection* source_cs);
136 void take_over_code_from(CodeSection* cs) {
291 friend class CodeSection;
320 CodeSection _consts; // constants, jump tables
321 CodeSection _insts; // instructions (the main section)
322 CodeSection _stubs; // stubs (call site support), deopt, exception handling
362 void initialize_section_size(CodeSection* cs, csize_t size);
364 void freeze_section(CodeSection* c
[all...]

Completed in 32 milliseconds