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

/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfo.cpp78 ScopeValue* ScopeValue::read_from(DebugInfoReadStream* stream) { function in class:ScopeValue
111 _klass = read_from(stream);
115 ScopeValue* val = read_from(stream);
235 _owner = ScopeValue::read_from(stream);
H A DscopeDesc.cpp95 result->push(ScopeValue::read_from(stream));
108 (void)ScopeValue::read_from(stream);
H A DdebugInfo.hpp56 static ScopeValue* read_from(DebugInfoReadStream* stream);
/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.hpp80 OopMapValue (CompressedReadStream* stream) { read_from(stream); }
90 void read_from(CompressedReadStream* stream) { function in class:OopMapValue
H A DoopMap.cpp70 _omv.read_from(_stream);

Completed in 38 milliseconds