Home | History | Annotate | Download | only in x64

Lines Matching refs:RelocInfo

697   void movq(Register dst, void* ptr, RelocInfo::Mode rmode);
698 void movq(Register dst, int64_t value, RelocInfo::Mode rmode);
699 void movq(Register dst, const char* s, RelocInfo::Mode rmode);
702 void movq(Register dst, Handle<Object> handle, RelocInfo::Mode rmode);
721 void load_rax(void* ptr, RelocInfo::Mode rmode);
1055 void store_rax(void* dst, RelocInfo::Mode mode);
1186 void call(Handle<Code> target, RelocInfo::Mode rmode);
1204 void jmp(Handle<Code> target, RelocInfo::Mode rmode);
1217 void j(Condition cc, Handle<Code> target, RelocInfo::Mode rmode);
1409 inline void emitq(uint64_t x, RelocInfo::Mode rmode);
1411 inline void emit_code_target(Handle<Code> target, RelocInfo::Mode rmode);
1574 void RecordRelocInfo(RelocInfo::Mode rmode, intptr_t data = 0);