Searched defs:assigned_reg (Results 1 - 8 of 8) sorted by relevance

/openjdk9/hotspot/src/cpu/ppc/vm/
H A Dc1_LinearScan_ppc.hpp47 inline bool LinearScan::is_caller_save(int assigned_reg) { argument
/openjdk9/hotspot/src/cpu/sparc/vm/
H A Dc1_LinearScan_sparc.hpp54 inline bool LinearScan::is_caller_save(int assigned_reg) { argument
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A Dc1_LinearScan_aarch64.hpp42 inline bool LinearScan::is_caller_save(int assigned_reg) { argument
/openjdk9/hotspot/src/cpu/arm/vm/
H A Dc1_LinearScan_arm.hpp49 inline bool LinearScan::is_caller_save(int assigned_reg) { argument
/openjdk9/hotspot/src/cpu/s390/vm/
H A Dc1_LinearScan_s390.hpp51 inline bool LinearScan::is_caller_save(int assigned_reg) { argument
/openjdk9/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.hpp61 inline bool LinearScan::is_caller_save(int assigned_reg) { argument
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp557 int assigned_reg() const { return _assigned_reg; } function in class:Interval
H A Dc1_LinearScan.cpp2064 int assigned_reg = interval->assigned_reg(); local
[all...]

Completed in 113 milliseconds