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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.cpp1617 BasicBlock *got_fast = NULL; local
1749 got_fast = builder()->GetInsertBlock();
1771 phi->addIncoming(fast_object, got_fast);
1774 current_state()->merge(fast_state, got_fast, got_slow);

Completed in 58 milliseconds