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

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp329 void GraphKit::combine_exception_states(SafePointNode* ex_map, SafePointNode* phi_map) { argument
332 assert(ex_jvms->same_calls_as(phi_map->_jvms), "consistent call chains");
333 assert(ex_jvms->stkoff() == phi_map->_jvms->stkoff(), "matching locals");
334 assert(ex_jvms->sp() == phi_map->_jvms->sp(), "matching stack sizes");
335 assert(ex_jvms->monoff() == phi_map->_jvms->monoff(), "matching JVMS");
336 assert(ex_map->req() == phi_map->req(), "matching maps");
339 Node* region = phi_map->control();
340 MergeMemNode* phi_mem = phi_map->merged_memory();
343 // The control input is not (yet) a specially-marked region in phi_map.
348 region->init_req(1, phi_map
433 use_exception_state(SafePointNode* phi_map) argument
[all...]
H A DgraphKit.hpp245 SafePointNode* phi_map = pop_exception_state();
248 combine_exception_states(ex_map, phi_map);
250 return phi_map;
255 void combine_exception_states(SafePointNode* ex_map, SafePointNode* phi_map);

Completed in 71 milliseconds