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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.hpp375 void handle_return(BasicType type, llvm::Value* exception);
H A DsharkTopLevelBlock.cpp558 handle_return(T_VOID, exception);
771 void SharkTopLevelBlock::handle_return(BasicType type, Value* exception) { function in class:SharkTopLevelBlock
930 handle_return(type, NULL);
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp844 goto handle_return;
1514 goto handle_return;
1522 goto handle_return;
1532 goto handle_return;
1538 goto handle_return;
2572 goto handle_return;
2593 handle_return:
2819 } /* handle_return: */

Completed in 3360 milliseconds