Searched refs:fillbytes (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbytes.h81 struct fillbytes { struct
110 fillbytes& append(const void* ptr_, size_t len_)
112 fillbytes& append(bytes& other)
114 fillbytes& append(const char* str)
118 struct ptrlist : fillbytes {
121 cvptr* base() { return (cvptr*) fillbytes::base(); }
123 cvptr* limit() { return (cvptr*) fillbytes::limit(); }
135 struct intlist : fillbytes {
137 int* base() { return (int*) fillbytes::base(); }
139 int* limit() { return (int*) fillbytes
[all...]
H A Dzip.h42 fillbytes central_directory;
45 fillbytes deflated; // temporary buffer
H A Dunpack.h175 fillbytes smallbuf; // supplies small alloc requests
176 fillbytes tsmallbuf; // supplies temporary small alloc requests
193 fillbytes input; // the whole block (size is predicted, has slop too)
237 fillbytes cur_classfile_head;
238 fillbytes cur_classfile_tail;
243 fillbytes class_fixup_type;
246 fillbytes code_fixup_type; // which format of branch operand?
417 void set_output(fillbytes* which) {
424 fillbytes* close_output(fillbytes* whic
[all...]
H A Dbytes.cpp130 byte* fillbytes::grow(size_t s) {
160 void fillbytes::ensureSize(size_t s) {
H A Dunpack.cpp368 fillbytes* unpacker::close_output(fillbytes* which) {
390 fillbytes* which = close_output();
499 fillbytes& xsmallbuf = *(temp ? &tsmallbuf : &smallbuf);
1028 fillbytes charbuf; // buffer to allocate small strings
2842 fillbytes all_switch_ops;
3087 fillbytes buf;

Completed in 111 milliseconds