Searched refs:stackmap_format_error (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTable.hpp110 stackmap_format_error("access beyond the end of attribute", CHECK_0);
116 stackmap_format_error("access beyond the end of attribute", CHECK_0);
125 static void stackmap_format_error(const char* msg, TRAPS);
182 StackMapStream::stackmap_format_error("wrong attribute size", CHECK);
H A DclassFileError.cpp56 void StackMapStream::stackmap_format_error(const char* msg, TRAPS) { function in class:StackMapStream
H A DstackMapTable.cpp187 _stream->stackmap_format_error("bad class index", THREAD);
209 _stream->stackmap_format_error("bad verification type", THREAD);
276 _stream->stackmap_format_error(
432 _stream->stackmap_format_error(

Completed in 23 milliseconds