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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkNativeWrapper.cpp277 BasicBlock *no_exception = CreateBlock("no_exception"); local
283 no_exception, exception);
290 builder()->SetInsertPoint(no_exception);
H A DsharkTopLevelBlock.cpp440 BasicBlock *no_exception = function()->CreateBlock("no_exception"); local
445 no_exception, exception);
460 builder()->SetInsertPoint(no_exception);

Completed in 498 milliseconds