Searched refs:read_pair (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiClassFileReconstituter.cpp363 while (stream.read_pair()) {
386 while (stream.read_pair()) {
H A DjvmtiEnv.cpp2770 while (stream.read_pair()) {
2780 while (stream.read_pair()) {
/openjdk7/hotspot/src/share/vm/oops/
H A DconstMethodKlass.cpp234 while (stream.read_pair()) {
H A DmethodKlass.cpp270 while (stream.read_pair()) {
H A DmethodOop.hpp801 bool read_pair();
802 // Accessing bci and line number (after calling read_pair)
H A DmethodOop.cpp517 while (stream.read_pair()) {
1424 bool CompressedLineNumberReadStream::read_pair() { function in class:CompressedLineNumberReadStream
/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.cpp414 while (reader.read_pair()) {
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c694 read_pair(jvm_agent_t* J, uint64_t *buffer, int32_t *bci, int32_t *line) function
702 fprintf(stderr, "\t\t read_pair: BEGIN\n");
709 fprintf(stderr, "\t\t read_pair: END: next == 0\n");
714 fprintf(stderr, "\t\t read_pair: END: next == 0xFF\n");
728 fprintf(stderr, "\t\t read_pair: delta = (line %d: %d)\n",
730 fprintf(stderr, "\t\t read_pair: unpack= (line %d: %d)\n",
738 fprintf(stderr, "\t\t read_pair: delta = (line %d: %d)\n",
740 fprintf(stderr, "\t\t read_pair: unpack= (line %d: %d)\n",
745 fprintf(stderr, "\t\t read_pair: END\n");
750 fprintf(stderr, "\t\t read_pair
[all...]
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c694 read_pair(jvm_agent_t* J, uint64_t *buffer, int32_t *bci, int32_t *line) function
702 fprintf(stderr, "\t\t read_pair: BEGIN\n");
709 fprintf(stderr, "\t\t read_pair: END: next == 0\n");
714 fprintf(stderr, "\t\t read_pair: END: next == 0xFF\n");
728 fprintf(stderr, "\t\t read_pair: delta = (line %d: %d)\n",
730 fprintf(stderr, "\t\t read_pair: unpack= (line %d: %d)\n",
738 fprintf(stderr, "\t\t read_pair: delta = (line %d: %d)\n",
740 fprintf(stderr, "\t\t read_pair: unpack= (line %d: %d)\n",
745 fprintf(stderr, "\t\t read_pair: END\n");
750 fprintf(stderr, "\t\t read_pair
[all...]

Completed in 313 milliseconds