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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.cpp980 Value *special_result; local
983 special_result = LLVMValue::jlong_constant(0);
985 special_result = LLVMValue::jint_constant(0);
988 special_result = a;
1006 result->addIncoming(special_result, special_case);

Completed in 31 milliseconds