Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java157 new LookupSmallHashMapOp(),
1245 static class LookupTinyHashMapOp extends LookupSmallHashMapOp {
1257 static class LookupSmallHashMapOp extends GenericMapOp { class in TestService
1260 LookupSmallHashMapOp() { in LookupSmallHashMapOp() method in TestService.LookupSmallHashMapOp
1264 LookupSmallHashMapOp(String name, String longname, int size) { in LookupSmallHashMapOp() method in TestService.LookupSmallHashMapOp
1311 static class LookupLargeHashMapOp extends LookupSmallHashMapOp {