Lines Matching defs:code
8 // - Redistributions of source code must retain the above copyright notice,
31 // The original source code covered by the above license above has been
63 // Absolute code pointer inside code object moves with the code object.
188 void Assembler::emit(Handle<Code> code, RelocInfo::Mode rmode) {
189 emit(code.address(), rmode);
244 Address instruction_payload, Code code, Address target) {
246 !code.is_null() ? code.constant_pool() : kNullAddress,
290 buf_[1] = scale << 6 | index.code() << 3 | base.code();