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

/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/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()));
/openjdk7/hotspot/src/share/vm/asm/
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.

Completed in 37 milliseconds