Home | History | Annotate | Download | only in x64

Lines Matching refs:rmode

710   void movq(Register dst, void* ptr, RelocInfo::Mode rmode);
711 void movq(Register dst, int64_t value, RelocInfo::Mode rmode);
712 void movq(Register dst, const char* s, RelocInfo::Mode rmode);
715 void movq(Register dst, Handle<Object> handle, RelocInfo::Mode rmode);
734 void load_rax(void* ptr, RelocInfo::Mode rmode);
1202 RelocInfo::Mode rmode = RelocInfo::CODE_TARGET,
1222 void jmp(Handle<Code> target, RelocInfo::Mode rmode);
1234 void j(Condition cc, Handle<Code> target, RelocInfo::Mode rmode);
1449 inline void emitq(uint64_t x, RelocInfo::Mode rmode);
1452 RelocInfo::Mode rmode,
1616 void RecordRelocInfo(RelocInfo::Mode rmode, intptr_t data = 0);