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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.cpp1615 BasicBlock *got_heap = NULL; local
1637 got_heap = function()->CreateBlock("got_heap");
1695 got_heap, slow_alloc_and_init);
1697 builder()->SetInsertPoint(got_heap);
1712 phi->addIncoming(heap_object, got_heap);

Completed in 2740 milliseconds