Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DCallGraphSort.cpp63 double getDensity() const { in getDensity() function
152 return newDensity < a.getDensity() / MAX_DENSITY_DEGRADATION; in isNewDensityBad()
188 return clusters[a].getDensity() > clusters[b].getDensity(); in run()
221 return clusters[a].getDensity() > clusters[b].getDensity(); in run()
/external/llvm-project/lld/COFF/
DCallGraphSort.cpp35 double getDensity() const { in getDensity() function
123 return newDensity < a.getDensity() / MAX_DENSITY_DEGRADATION; in isNewDensityBad()
159 return clusters[a].getDensity() > clusters[b].getDensity(); in run()
192 return clusters[a].getDensity() > clusters[b].getDensity(); in run()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBitmapTest.java140 assertThat(bitmap.getDensity()).isEqualTo(1000); in shouldCreateMutableBitmapWithDisplayMetrics()
234 assertThat(bitmap.getDensity()).isEqualTo(1000); in shouldSetDensity()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBitmap.java536 protected int getDensity() { in getDensity() method in ShadowBitmap