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

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.hpp446 Node* monitor_box(uint idx) const { map_not_null(); return _map->monitor_box(_map->_jvms, idx); } function in class:GraphKit
H A Dcallnode.cpp402 Node *box = mcall->monitor_box(this, i);
1063 return monitor_box(jvms(), mon);
1673 BoxLockNode* box_node = sfn->monitor_box(jvms, idx)->as_BoxLock();
H A Dcallnode.hpp369 Node *monitor_box(JVMState* jvms, uint idx) const { function in class:SafePointNode
H A Dmachnode.hpp686 Node *monitor_box(const JVMState* jvms, uint idx) const { function in class:MachSafePointNode
H A Dmacro.cpp1872 Node* box_node = sfn->monitor_box(jvms, idx);
H A Doutput.cpp901 Node* box_node = sfn->monitor_box(jvms, idx);

Completed in 52 milliseconds