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

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodData.hpp208 bool out_of_bounds(int data_index) { function in class:ciMethodData
215 assert(!out_of_bounds(di), "hint_di out of bounds");
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.cpp406 BasicBlock *out_of_bounds = function()->CreateBlock("out_of_bounds"); local
413 in_bounds, out_of_bounds);
415 builder()->SetInsertPoint(out_of_bounds);

Completed in 320 milliseconds