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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBuilder.hpp189 llvm::CallInst* CreateShouldNotReachHere(const char* file, int line);
H A DsharkStack.cpp261 builder()->CreateShouldNotReachHere(__FILE__, __LINE__);
H A DsharkBuilder.cpp492 CallInst* SharkBuilder::CreateShouldNotReachHere(const char* file, int line) { function in class:SharkBuilder

Completed in 34 milliseconds