Searched refs:pack_data_to (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp699 virtual void pack_data_to(CodeSection* dest) { } function in class:VALUE_OBJ_CLASS_SPEC
711 // Helper functions for pack_data_to() and unpack_data().
959 void pack_data_to(CodeSection* dest);
1009 void pack_data_to(CodeSection* dest);
1094 void pack_data_to(CodeSection* dest);
1156 void pack_data_to(CodeSection* dest);
1202 void pack_data_to(CodeSection* dest);
1228 //void pack_data_to -- inherited
1320 void pack_data_to(CodeSection* dest);
H A DrelocInfo.cpp73 reloc->pack_data_to(dest); // maybe write data into locs, advancing locs_end
78 // Finish up with the suffix. (Hack note: pack_data_to might edit this.)
570 void oop_Relocation::pack_data_to(CodeSection* dest) { function in class:oop_Relocation
582 void virtual_call_Relocation::pack_data_to(CodeSection* dest) { function in class:virtual_call_Relocation
611 void static_stub_Relocation::pack_data_to(CodeSection* dest) { function in class:static_stub_Relocation
625 void external_word_Relocation::pack_data_to(CodeSection* dest) { function in class:external_word_Relocation
662 void internal_word_Relocation::pack_data_to(CodeSection* dest) { function in class:internal_word_Relocation
722 void breakpoint_Relocation::pack_data_to(CodeSection* dest) { function in class:breakpoint_Relocation

Completed in 39 milliseconds