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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.cpp573 BasicBlock *not_subtype = function()->CreateBlock("not_subtype"); local
585 handler_for_exception(i), not_subtype); local
587 builder()->SetInsertPoint(not_subtype);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp807 Label not_subtype; local
814 &ok_is_subtype, &not_subtype, NULL);
820 bind(not_subtype);

Completed in 327 milliseconds