Searched defs:total_allocation (Results 1 - 3 of 3) sorted by relevance

/openjdk10/hotspot/src/cpu/s390/vm/
H A DsharedRuntime_s390.cpp3498 int total_allocation = longwords * sizeof (unsigned long) * 4; local
3528 int total_allocation = longwords * sizeof (unsigned long) * 3; local
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DsharedRuntime_ppc.cpp3422 int total_allocation = longwords * sizeof (unsigned long) * 4; local
3452 int total_allocation = longwords * sizeof (unsigned long) * 3; local
/openjdk10/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_64.cpp3678 int total_allocation = longwords * sizeof (unsigned long) * 4; local
3707 int total_allocation = longwords * sizeof (unsigned long) * 3; local

Completed in 108 milliseconds