Home
last modified time | relevance | path

Searched refs:weight (Results 1 – 4 of 4) sorted by relevance

/art/tools/jvmti-agents/ti-alloc-sample/
Dmkflame.py46 def weight(self, index): member in TraceCollection
52 def set_weight(self, index, weight): argument
56 self.weights[index] = weight
111 (thread_type_size, weight) = get_top_and_weight(int(tokens[0]))
112 self.set_weight(index, weight)
162 weight = self.weight(index)
164 weight = 1
166 self.allocation_count[trace] = self.allocation_count[trace] + weight
168 self.allocation_count[trace] = weight
186 for definition, weight in self.allocation_count.items():
[all …]
/art/test/712-varhandle-invocations/src/
DVarHandleTypeConversionTests.java1106 private int weight; field in VarHandleTypeConversionTests.SubtypeTest.WidgetChild
1108 public WidgetChild(int requistionNumber, int weight) { in WidgetChild() argument
1110 this.weight = weight; in WidgetChild()
1122 return (requisitionNumber == wc.requisitionNumber && weight == wc.weight); in equals()
/art/runtime/gc/
Dheap.cc1163 double weight = current_process_cpu_time - gc_last_process_cpu_time_ns; in CalculateGcWeightedAllocatedBytes() local
1164 return weight * bytes_allocated; in CalculateGcWeightedAllocatedBytes()
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt8979 Ljava/util/Locale$LanguageRange;->weight:D