Searched refs:Split (Results 1 - 4 of 4) 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 Dchaitin.hpp347 // Helper functions for Split()
449 // Split live-ranges that must spill due to register conflicts (as opposed
471 // Split uncolorable live ranges
473 uint Split(uint maxlrg, ResourceArea* split_arena);
H A Dchaitin.cpp225 ResourceArea split_arena; // Arena for Split local resources
328 _maxlrg = Split(_maxlrg, &split_arena); // Split spilling LRG everywhere
394 _maxlrg = Split(_maxlrg, &split_arena); // Split spilling LRG everywhere
924 // Split low degree list into those guys that must get a
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 41 milliseconds