Home | History | Annotate | Download | only in src

Lines Matching refs:RelocInfo

875   virtual void VisitCodeTarget(RelocInfo* rinfo) {
876 if (RelocInfo::IsCodeTarget(rinfo->rmode()) &&
882 virtual void VisitDebugTarget(RelocInfo* rinfo) {
905 ZoneList<RelocInfo> reloc_infos_;
1111 // As specified by RelocInfo format, the buffer is filled in reversed order:
1126 // As specified by RelocInfo format, the buffer is filled in reversed order:
1128 void Write(const RelocInfo* rinfo) {
1194 RelocInfo* rinfo = it.rinfo();
1195 if (RelocInfo::IsPosition(rinfo->rmode())) {
1200 RelocInfo info_copy(rinfo->pc(), rinfo->rmode(), new_position);
1322 if (it.rinfo()->rmode() == RelocInfo::EMBEDDED_OBJECT) {