Searched defs:Split (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/lang/String/
H A DSplit.java33 public class Split { class
/openjdk7/hotspot/src/share/vm/opto/
H A Dreg_split.cpp36 //------------------------------Split--------------------------------------
146 // There are four categories of Split; UP/DOWN x DEF/USE
148 // Any Split with a DEF cannot CISC-Spill now. Thus we need
149 // two helper routines, one for Split DEFS (insert after instruction),
150 // one for Split USES (insert before instruction). DEF insertion
151 // happens inside Split, where the Leaveblock array is updated.
215 // If DEF is UP, Split it DOWN for this USE.
311 C->record_method_not_compilable("RA Split failed: attempt to clone node with anti_dependence");
324 // same time - a definite no-no. Split out private copies of
451 //------------------------------Split
461 uint PhaseChaitin::Split(uint maxlrg, ResourceArea* split_arena) { function in class:PhaseChaitin
[all...]

Completed in 23 milliseconds