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

/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.inline.hpp34 CodeSection* cs = code_section();
67 return code_section()->mark();
72 code_section()->set_mark();
77 code_section()->clear_mark();
85 code_section()->relocate(_code_pos, rspec, format);
90 return code_section()->outer();
94 return code_section()->index();
102 return code_section()->target(L, pc());
H A DcodeBuffer.cpp168 CodeSection* next_cs = (cs == consts())? NULL: code_section(cs->index()+1);
232 const CodeSection* cs = code_section(n);
240 const CodeSection* cs = code_section(n);
250 address start = code_section(locator_sect(locator))->start();
425 const CodeSection* cs = code_section(n);
449 const CodeSection* cs = code_section(n);
452 CodeSection* dest_cs = dest->code_section(n);
495 const CodeSection* cur_cs = code_section(n);
531 const CodeSection* cs = code_section(n);
641 const CodeSection* cs = code_section(
[all...]
H A Dassembler.cpp72 assert(cs->outer() == code_section()->outer(), "sanity");
252 CodeSection* cs = cb->code_section(n);
345 code_section()->outer()->block_comment(offset(), comment);
351 return code_section()->outer()->code_string(str);
H A DcodeBuffer.hpp433 CodeSection* code_section(int n) { function in class:CodeBuffer
441 const CodeSection* code_section(int n) const { // yucky const stuff function in class:CodeBuffer
442 return ((CodeBuffer*)this)->code_section(n);
H A Dassembler.hpp312 CodeSection* code_section() const { return _code_section; } function in class:AbstractAssembler
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dassembler_zero.cpp79 code_section()->relocate(pc(), oop_Relocation::spec_for_immediate());
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.inline.hpp94 code_section()->set_end(_code_pos);
H A Dc1_CodeStubs_x86.cpp381 CodeSection* cs = __ code_section();
H A Dassembler_x86.cpp199 code_section()->relocate(inst_mark(), rspec, disp32_operand);
201 code_section()->relocate(inst_mark(), rspec, format);
4473 code_section()->relocate(inst_mark(), rspec, format);
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp185 CodeSection* cs = cb->code_section(n);
522 address ostart = src->code_section(sect)->start();
523 address nstart = dest->code_section(sect)->start();
538 address ostart = src->code_section(sect)->start();
539 address nstart = dest->code_section(sect)->start();
691 CodeSection* sect = dest->outer()->code_section(sindex);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.cpp123 CodeSection* cs = _masm->code_section();
320 _masm->code_section()->relocate(pc(), relocInfo::poll_type);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_CodeStubs_sparc.cpp355 CodeSection* cs = __ code_section();

Completed in 96 milliseconds