Searched refs:weight (Results 1 – 2 of 2) sorted by relevance
1104 private int weight; field in VarHandleTypeConversionTests.SubtypeTest.WidgetChild1106 public WidgetChild(int requistionNumber, int weight) { in WidgetChild() argument1108 this.weight = weight; in WidgetChild()1120 return (requisitionNumber == wc.requisitionNumber && weight == wc.weight); in equals()
1104 double weight = current_process_cpu_time - gc_last_process_cpu_time_ns; in CalculateGcWeightedAllocatedBytes() local1105 return weight * bytes_allocated; in CalculateGcWeightedAllocatedBytes()