Lines Matching +defs:val +defs:msg
140 #define VM_JAVA_ERROR_NO_JUMP(name, msg) \
145 Exceptions::_throw_msg(THREAD, __FILE__, __LINE__, name, msg); \
151 #define VM_JAVA_ERROR(name, msg) \
152 VM_JAVA_ERROR_NO_JUMP(name, msg) \
397 #define VMalignWordUp(val) (((uintptr_t)(val) + 3) & ~3)
587 if (istate->msg() != initialize && ! METHOD->is_static()) {
598 guarantee(istate->msg() == initialize ||
603 switch (istate->msg()) {
2597 bool suppress_error = istate->msg() == popping_frame;
2796 if (istate->msg() == popping_frame) {
2840 BytecodeInterpreter::BytecodeInterpreter(messages msg) {
2841 if (msg != initialize) ShouldNotReachHere();
2842 _msg = msg;
3041 intptr_t val = tos[Interpreter::expr_index_at(1)];
3045 tos[Interpreter::expr_index_at(2)] = val;
3051 const char* BytecodeInterpreter::C_msg(BytecodeInterpreter::messages msg) {
3052 switch (msg) {
3086 tty->print_cr("msg: %s", C_msg(this->_msg));