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

/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.cpp59 _code_section = cs;
75 _code_section = cs;
85 assert(_code_section == cb->insts(), "not in insts?");
98 assert(_code_section == code()->stubs(), "not in stubs?");
107 assert(_code_section == cb->insts(), "not in insts?");
126 assert(_code_section == code()->consts(), "not in consts?");
H A Dassembler.hpp203 CodeSection* _code_section; // section within the code buffer member in class:AbstractAssembler
214 address target(Label& L); // return _code_section->target(L)
311 CodeBuffer* code() const; // _code_section->outer()
312 CodeSection* code_section() const { return _code_section; }
313 int sect() const; // return _code_section->index()

Completed in 98 milliseconds