Searched refs:bad_type (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapFrame.cpp231 *ctx = ErrorContext::bad_type(target->offset(),
238 *ctx = ErrorContext::bad_type(target->offset(),
266 ErrorContext::bad_type(_offset, stack_top_ctx(),
286 ErrorContext::bad_type(_offset,
309 ErrorContext::bad_type(_offset,
319 ErrorContext::bad_type(_offset,
H A Dverifier.cpp791 verify_error(ErrorContext::bad_type(bci,
806 ErrorContext::bad_type(bci, current_frame.stack_top_ctx()),
819 verify_error(ErrorContext::bad_type(bci,
833 verify_error(ErrorContext::bad_type(bci,
847 verify_error(ErrorContext::bad_type(bci,
862 verify_error(ErrorContext::bad_type(bci,
876 verify_error(ErrorContext::bad_type(bci,
891 verify_error(ErrorContext::bad_type(bci,
965 verify_error(ErrorContext::bad_type(bci,
980 ErrorContext::bad_type(bc
[all...]
H A Dverifier.hpp177 static ErrorContext bad_type(u2 bci, TypeOrigin type) { function in class:VALUE_OBJ_CLASS_SPEC
180 static ErrorContext bad_type(u2 bci, TypeOrigin type, TypeOrigin exp) { function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse1.cpp154 Node* bad_type = _gvn.transform( new (C) IfFalseNode(iff) ); local
155 bad_type_exit->control()->add_req(bad_type);

Completed in 55 milliseconds