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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.hpp1050 intptr_t can_capture_store(StoreNode* st, PhaseTransform* phase, bool can_reshape);
H A Dmemnode.cpp2336 intptr_t offset = init->can_capture_store(this, phase, can_reshape);
3148 intptr_t InitializeNode::can_capture_store(StoreNode* st, PhaseTransform* phase, bool can_reshape) { function in class:InitializeNode
3369 assert(can_capture_store(st, phase, can_reshape) == start, "sanity");

Completed in 50 milliseconds