Lines Matching defs:rh
930 RelocationHolder rh = newHolder();
931 new(rh) oop_Relocation(oop_index, offset);
932 return rh;
938 RelocationHolder rh = newHolder();
939 new(rh) oop_Relocation(oop_index, offset);
940 return rh;
983 RelocationHolder rh = newHolder();
984 new(rh) virtual_call_Relocation(first_oop, oop_limit);
985 return rh;
1030 RelocationHolder rh = newHolder();
1031 new(rh) opt_virtual_call_Relocation();
1032 return rh;
1052 RelocationHolder rh = newHolder();
1053 new(rh) static_call_Relocation();
1054 return rh;
1073 RelocationHolder rh = newHolder();
1074 new(rh) static_stub_Relocation(static_call);
1075 return rh;
1103 RelocationHolder rh = newHolder();
1104 new(rh) runtime_call_Relocation();
1105 return rh;
1121 RelocationHolder rh = newHolder();
1122 new(rh) external_word_Relocation(target);
1123 return rh;
1129 RelocationHolder rh = newHolder();
1130 new(rh) external_word_Relocation(NULL);
1131 return rh;
1170 RelocationHolder rh = newHolder();
1171 new(rh) internal_word_Relocation(target);
1172 return rh;
1177 RelocationHolder rh = newHolder();
1178 new(rh) internal_word_Relocation(NULL);
1179 return rh;
1216 RelocationHolder rh = newHolder();
1217 new(rh) section_word_Relocation(target, section);
1218 return rh;
1276 RelocationHolder rh = newHolder();
1277 new(rh) breakpoint_Relocation(kind, target, internal_target);
1278 return rh;