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

/openjdk10/hotspot/src/share/vm/shark/
H A DsharkNativeWrapper.hpp150 llvm::Value* pending_exception_address() const { function in class:SharkNativeWrapper
154 "pending_exception_address");
190 pending_exception_address(), "pending_exception");
H A DsharkTopLevelBlock.hpp254 llvm::Value* pending_exception_address() const { function in class:SharkTopLevelBlock
262 pending_exception_address(), "pending_exception");
265 builder()->CreateStore(LLVMValue::null(), pending_exception_address());
H A DsharkTopLevelBlock.cpp817 builder()->CreateStore(exception, pending_exception_address());

Completed in 98 milliseconds