Home | History | Annotate | Download | only in x64

Lines Matching refs:RelocInfo

247     movq(object, BitCast<int64_t>(kZapValue), RelocInfo::NONE);
248 movq(value, BitCast<int64_t>(kZapValue), RelocInfo::NONE);
249 movq(index, BitCast<int64_t>(kZapValue), RelocInfo::NONE);
276 movq(object, BitCast<int64_t>(kZapValue), RelocInfo::NONE);
277 movq(address, BitCast<int64_t>(kZapValue), RelocInfo::NONE);
278 movq(value, BitCast<int64_t>(kZapValue), RelocInfo::NONE);
334 movq(object, BitCast<int64_t>(kZapValue), RelocInfo::NONE);
335 movq(scratch, BitCast<int64_t>(kZapValue), RelocInfo::NONE);
336 movq(index, BitCast<int64_t>(kZapValue), RelocInfo::NONE);
416 movq(kScratchRegister, p0, RelocInfo::NONE);
420 RelocInfo::NONE);
430 Call(stub->GetCode(), RelocInfo::CODE_TARGET);
439 RelocInfo::CODE_TARGET);
447 Jump(stub->GetCode(), RelocInfo::CODE_TARGET);
456 RelocInfo::CODE_TARGET);
676 RelocInfo::RUNTIME_ENTRY);
742 jmp(ces.GetCode(), RelocInfo::CODE_TARGET);
796 movq(dst, x, RelocInfo::NONE);
829 RelocInfo::NONE);
876 movq(dst, reinterpret_cast<uint64_t>(source), RelocInfo::NONE);
1487 movq(dst, source, RelocInfo::EMBEDDED_OBJECT);
1497 movq(kScratchRegister, source, RelocInfo::EMBEDDED_OBJECT);
1518 movq(kScratchRegister, source, RelocInfo::EMBEDDED_OBJECT);
1529 movq(kScratchRegister, source, RelocInfo::EMBEDDED_OBJECT);
1564 void MacroAssembler::Jump(Address destination, RelocInfo::Mode rmode) {
1570 void MacroAssembler::Jump(Handle<Code> code_object, RelocInfo::Mode rmode) {
1595 void MacroAssembler::Call(Address destination, RelocInfo::Mode rmode) {
1607 void MacroAssembler::Call(Handle<Code> code_object, RelocInfo::Mode rmode) {
1611 ASSERT(RelocInfo::IsCodeTarget(rmode));
1823 movq(rax, Failure::OutOfMemoryException(), RelocInfo::NONE);
2042 Call(ces.GetCode(), RelocInfo::DEBUG_BREAK);
2075 RelocInfo::Mode rmode,
2139 RelocInfo::CODE_TARGET,
2151 movq(kScratchRegister, CodeObject(), RelocInfo::EMBEDDED_OBJECT);
2156 RelocInfo::EMBEDDED_OBJECT);
2186 movq(kScratchRegister, CodeObject(), RelocInfo::EMBEDDED_OBJECT);