Searched refs:serialized_null (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DscopeDesc.cpp46 _objects = decode_object_values(DebugInformationRecorder::serialized_null);
64 if (decode_offset() == DebugInformationRecorder::serialized_null) {
67 _sender_decode_offset = DebugInformationRecorder::serialized_null;
70 _locals_decode_offset = DebugInformationRecorder::serialized_null;
71 _expressions_decode_offset = DebugInformationRecorder::serialized_null;
72 _monitors_decode_offset = DebugInformationRecorder::serialized_null;
90 if (decode_offset == DebugInformationRecorder::serialized_null) return NULL;
101 if (decode_offset == DebugInformationRecorder::serialized_null) return NULL;
116 if (decode_offset == DebugInformationRecorder::serialized_null) return NULL;
147 return _sender_decode_offset == DebugInformationRecorder::serialized_null;
[all...]
H A DdebugInfoRec.cpp110 // make sure that we can distinguish the value "serialized_null" from offsets
111 assert(_stream->position() > serialized_null, "sanity");
170 _pcs[_pcs_length++] = PcDesc(pc_offset, DebugInformationRecorder::serialized_null,
171 DebugInformationRecorder::serialized_null);
176 if (monitors == NULL || monitors->is_empty()) return DebugInformationRecorder::serialized_null;
183 assert(result != serialized_null, "sanity");
187 if (shared_result != serialized_null) {
197 if (values == NULL || values->is_empty()) return DebugInformationRecorder::serialized_null;
200 assert(result != serialized_null, "sanity");
208 if (shared_result != serialized_null) {
[all...]
H A DpcDesc.cpp48 if (scope_decode_offset() == DebugInformationRecorder::serialized_null) {
H A DdebugInfoRec.hpp197 enum { serialized_null = 0 }; enumerator in enum:DebugInformationRecorder::__anon192
H A Dnmethod.cpp2454 if (p->scope_decode_offset() == DebugInformationRecorder::serialized_null)
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe.hpp375 if (_sender_decode_offset == DebugInformationRecorder::serialized_null) {
387 if (decode_offset == DebugInformationRecorder::serialized_null ||
391 // If we attempt to read nmethod::scopes_data at serialized_null (== 0),
427 _sender_decode_offset = DebugInformationRecorder::serialized_null;
492 decode_offset = DebugInformationRecorder::serialized_null;
/openjdk7/hotspot/src/share/vm/prims/
H A Dforte.cpp144 pc_desc->scope_decode_offset() != DebugInformationRecorder::serialized_null) {
158 pc_desc->scope_decode_offset() == DebugInformationRecorder::serialized_null) {
H A DjvmtiExport.cpp1703 if(p->scope_decode_offset() == DebugInformationRecorder::serialized_null) continue;
1709 if(p->scope_decode_offset() == DebugInformationRecorder::serialized_null) continue;

Completed in 68 milliseconds