Home
last modified time | relevance | path

Searched defs:weight (Results 1 – 3 of 3) 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
/art/test/712-varhandle-invocations/src/
DVarHandleTypeConversionTests.java1104 private int weight; field in VarHandleTypeConversionTests.SubtypeTest.WidgetChild
1106 public WidgetChild(int requistionNumber, int weight) { in WidgetChild()
/art/runtime/gc/
Dheap.cc1116 double weight = current_process_cpu_time - gc_last_process_cpu_time_ns; in CalculateGcWeightedAllocatedBytes() local