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 modified
68 if (reg.code() > kDoubleRegZero.code()) {
69 return reg.code() - kNumReservedRegisters;
71 return reg.code();
77 ASSERT(kScratchDoubleReg.code() - kDoubleRegZero.code() ==
79 if (index >= kDoubleRegZero.code()) {
88 // absolute code pointer inside code object moves with the code object.
120 Object* target_code = Code::GetCodeFromTargetAddress(target);
211 Code* RelocInfo::code_age_stub() {
213 return Code::GetCodeFromTargetAddress(
219 void RelocInfo::set_code_age_stub(Code* stub) {
241 Object* target_code = Code::GetCodeFromTargetAddress(target);
503 // instruction cache after patching a target address in the code as follows: