Searched defs:exception_action (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.hpp290 int exception_action) {
296 if (exception_action & EAM_CHECK) {
297 check_pending_exception(exception_action);
305 int exception_action) {
307 return call_vm(callee, args, args + 1, exception_action);
311 int exception_action) {
313 return call_vm(callee, args, args + 2, exception_action);
318 int exception_action) {
320 return call_vm(callee, args, args + 3, exception_action);
326 int exception_action) {
287 call_vm(llvm::Value* callee, llvm::Value** args_start, llvm::Value** args_end, int exception_action) argument
304 call_vm(llvm::Value* callee, int exception_action) argument
309 call_vm(llvm::Value* callee, llvm::Value* arg1, int exception_action) argument
315 call_vm(llvm::Value* callee, llvm::Value* arg1, llvm::Value* arg2, int exception_action) argument
322 call_vm(llvm::Value* callee, llvm::Value* arg1, llvm::Value* arg2, llvm::Value* arg3, int exception_action) argument
[all...]
H A DsharkTopLevelBlock.cpp1872 void SharkTopLevelBlock::acquire_lock(Value *lockee, int exception_action) { argument
1947 exception_action | EAM_MONITOR_FUDGE);
1956 void SharkTopLevelBlock::release_lock(int exception_action) { argument
1998 call_vm(builder()->monitorexit(), monitor_addr, exception_action);

Completed in 36 milliseconds