Lines Matching refs:code
7 // * Redistributions of source code must retain the above copyright notice,
114 // code emitting pools without creating a circular dependency.
188 // cannot control that it is its first use, but we check no code has been
465 // The user may decide to emit more code after Finalize, emit a branch if
510 // The code below supports all five initial value generators, and
1899 // The instruction would be a nop. Avoid generating useless code.
2745 // To make the code as portable as possible, the format string is encoded
2978 // Check the overall code size as well as the size of each component.
3064 int code = AcquireFrom(masm_->GetScratchRegisterList()).GetCode();
3065 return Register(code, size_in_bits);
3070 int code = AcquireFrom(masm_->GetScratchVRegisterList()).GetCode();
3071 return VRegister(code, size_in_bits);
3240 void UseScratchRegisterScope::ReleaseByCode(CPURegList* available, int code) {
3241 ReleaseByRegList(available, static_cast<RegList>(1) << code);