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

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp365 // if there is special marking on ex_map also, we add multiple edges from src
440 // Special marking for internal ex-states. Process the phis now.
3596 Node* marking = __ load(__ ctrl(), marking_adr, TypeInt::INT, active_type, Compile::AliasIdxRaw); local
3598 // if (!marking)
3599 __ if_then(marking, BoolTest::ne, zero); {
3633 } __ end_if(); // (!marking)

Completed in 41 milliseconds