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

/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.hpp425 CompressedReadStream _bytes; member in class:Dependencies::DepStream
448 _bytes(deps->content_bytes())
455 _bytes(code->dependencies_begin())
H A Ddependencies.cpp588 if (_bytes.position() == 0 && _code != NULL
593 int code_byte = (_bytes.read_byte() & 0xFF);
611 _xi[j] = (j == skipj)? 0: _bytes.read_int();

Completed in 27 milliseconds