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

/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.cpp57 CodeSection* cs = code->insts();
85 assert(_code_section == cb->insts(), "not in insts?");
100 set_code_section(code()->insts());
107 assert(_code_section == cb->insts(), "not in insts?");
128 set_code_section(code()->insts());
H A DcodeBuffer.hpp429 CodeSection* insts() { return &_insts; } function in class:CodeBuffer
465 // Properties relative to the insts section:
477 // size in bytes of output so far in the insts sections
483 // capacity in bytes of the insts sections
486 // number of bytes remaining in the insts section
489 // is a given address in the insts section? (2nd version is end-inclusive)
512 // The section sizes are subtracted from the original insts section.
513 // Note: Call them in reverse section order, because each steals from insts.
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp163 LIR_OpList* insts = block->lir()->instructions_list(); local
168 // Note: insts->length() may change during loop
169 while (pos() < insts->length()) {
170 LIR_Op* op = insts->at(pos());
262 LIR_OpList* insts = xhandler->entry_code()->instructions_list(); local
266 // Note: insts->length() may change during loop
267 while (pos() < insts->length()) {
268 LIR_Op* op = insts->at(pos());
280 assert(pos() != insts->length() - 1, "must not be last operation");
287 assert(pos() == insts
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DstubCodeGenerator.cpp100 CodeBlob* blob = CodeCache::find_blob_unsafe(cbuf->insts()->start());
H A DsharedRuntime.cpp2425 buffer.insts()->initialize_shared_locs((relocInfo*)buffer_locs,
2587 buffer.insts()->initialize_shared_locs((relocInfo*)locs_buf, sizeof(locs_buf) / sizeof(relocInfo));
2692 buffer.insts()->initialize_shared_locs(
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp613 CodeSection* insts = dest->outer()->insts(); local
614 normalize_address(_static_call, insts);
615 p = pack_1_int_to(p, scaled_offset(_static_call, insts->start()));
H A DcodeBlob.cpp128 _code_offset = _content_offset + cb->total_offset_of(cb->insts());
H A Dnmethod.cpp929 LOG_OFFSET(xtty, insts);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.cpp276 code->insts()->initialize_shared_locs((relocInfo*)locs_buffer,
/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp1478 cb->insts()->maybe_expand_to_ensure_remaining(MAX_inst_size);
H A Dcompile.cpp569 buf.insts()->initialize_shared_locs( &locs_buf[lsize * 1], lsize);
3389 // Align size up to the next section start (which is insts; see

Completed in 81 milliseconds