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

/openjdk7/hotspot/src/share/vm/opto/
H A Descape.hpp519 bool is_oop_field(Node* n, int offset, bool* unsafe);
H A Descape.cpp1863 bool is_oop = is_oop_field(n, offset, &unsafe);
1892 bool ConnectionGraph::is_oop_field(Node* n, int offset, bool* unsafe) { function in class:ConnectionGraph

Completed in 41 milliseconds