Lines Matching refs:code
8 // - Redistributions of source code must retain the above copyright notice,
33 // The original source code covered by the above license above has been
303 // instruction sequence, and that is always the case inside code
392 // metadata table builders (safepoint, handler, constant pool, code
402 // Set up code descriptor.
445 // This code assumes a FIXED_SEQUENCE for 64bit loads (iihf/iilf)
451 // This code assumes a FIXED_SEQUENCE for 32bit loads (iilf)
458 // Labels refer to positions in the (to be) generated code.
462 // generated code. pos() is the position the label refers to.
464 // Linked labels refer to unknown positions in the code
468 // The link chain is terminated by a negative code position (must be aligned)
661 // Stops with a non-negative code less than kNumOfWatchedStops support
663 void Assembler::stop(Condition cond, int32_t code, CRegister cr) {
745 uint64_t code = (static_cast<uint64_t>(op & 0xFF00)) * B32 |
752 emit6bytes(code);
791 // None of our relocation types are pc relative pointing outside the code
792 // buffer nor pc absolute pointing inside the code buffer, so there is no need