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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.inline.hpp36 #define VERIFY_OOP(o_) \ macro
42 #define VERIFY_OOP(o) macro
H A DbytecodeInterpreter.cpp387 VERIFY_OOP(obj_)
586 // this will trigger a VERIFY_OOP on entry
589 VERIFY_OOP(rcvr);
664 VERIFY_OOP(rcvr);
854 VERIFY_OOP(lockee);
965 VERIFY_OOP(LOCALS_OBJECT(pc[1]));
985 VERIFY_OOP(LOCALS_OBJECT(num)); \
1031 VERIFY_OOP(LOCALS_OBJECT(reg));
1528 VERIFY_OOP(rcvr);
1619 VERIFY_OOP(rhsObjec
[all...]

Completed in 44 milliseconds