Lines Matching refs:code
6 // * Redistributions of source code must retain the above copyright
69 void MacroAssembler::Jump(Handle<Code> code, RelocInfo::Mode rmode,
72 Jump(reinterpret_cast<intptr_t>(code.location()), rmode, cond);
95 void MacroAssembler::Call(Handle<Code> code, RelocInfo::Mode rmode,
98 Call(reinterpret_cast<intptr_t>(code.location()), rmode, cond, r1, r2);
344 // this code to load another value which may need 2 instructions to load.
841 Handle<Code> MacroAssembler::ResolveBuiltin(Builtins::JavaScript id,
844 return Handle<Code>(reinterpret_cast<Code*>(NULL)); // UNIMPLEMENTED RETURN