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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp40 create_unhandled_lists(&intervals_in_register, &intervals_in_memory, is_in_fpu_register, NULL);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp307 void create_unhandled_lists(Interval** list1, Interval** list2, bool (is_list1)(const Interval* i), bool (is_list2)(const Interval* i));
H A Dc1_LinearScan.cpp408 create_unhandled_lists(&interval, &temp_list, must_store_at_definition, NULL);
1498 void LinearScan::create_unhandled_lists(Interval** list1, Interval** list2, bool (is_list1)(const Interval* i), bool (is_list2)(const Interval* i)) { function in class:LinearScan
1629 create_unhandled_lists(&precolored_cpu_intervals, &not_precolored_cpu_intervals, is_precolored_cpu_interval, is_virtual_cpu_interval);
1631 create_unhandled_lists(&precolored_fpu_intervals, &not_precolored_fpu_intervals, is_precolored_fpu_interval, is_virtual_fpu_interval);
1636 create_unhandled_lists(&precolored_fpu_intervals, &not_precolored_fpu_intervals, is_precolored_fpu_interval, is_virtual_fpu_interval);
2353 create_unhandled_lists(&oop_intervals, &non_oop_intervals, is_oop_interval, NULL);
3259 create_unhandled_lists(&fixed_intervals, &other_intervals, is_precolored_cpu_interval, NULL);

Completed in 55 milliseconds