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

/openjdk9/hotspot/src/share/vm/opto/
H A Dparse1.cpp1519 int trap_index = block()->flow()->trap_index(); local
/openjdk9/hotspot/src/share/vm/ci/
H A DciTypeFlow.hpp493 int trap_index() { return _trap_index; } function in class:ciTypeFlow::StateVector
572 void set_trap(int trap_bci, int trap_index) { argument
579 int trap_index() const { assert(has_trap(), ""); return _trap_index; } function in class:ciTypeFlow::Block

Completed in 45 milliseconds