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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.cpp1522 PHINode *nonnull_result = builder()->CreatePHI( local
1523 SharkType::jint_type(), "nonnull_result");
1524 nonnull_result->addIncoming(
1526 nonnull_result->addIncoming(
1536 result->addIncoming(nonnull_result, nonnull_block);

Completed in 31 milliseconds