Home | History | Annotate | Download | only in src

Lines Matching refs:RelocInfoWriter

144 // Implementation of RelocInfoWriter and RelocIterator
246 uint32_t RelocInfoWriter::WriteVariableLengthPCJump(uint32_t pc_delta) {
266 void RelocInfoWriter::WriteTaggedPC(uint32_t pc_delta, int tag) {
273 void RelocInfoWriter::WriteTaggedData(intptr_t data_delta, int tag) {
278 void RelocInfoWriter::WriteExtraTag(int extra_tag, int top_tag) {
285 void RelocInfoWriter::WriteExtraTaggedPC(uint32_t pc_delta, int extra_tag) {
293 void RelocInfoWriter::WriteExtraTaggedIntData(int data_delta, int top_tag) {
302 void RelocInfoWriter::WriteExtraTaggedData(intptr_t data_delta, int top_tag) {
312 void RelocInfoWriter::Write(const RelocInfo* rinfo) {
481 // Basically, do the opposite of RelocInfoWriter::Write.