Home
last modified time | relevance | path

Searched defs:emptyInterface (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/libcore/
H A DMethodInvocationPerfTest.java36 void emptyInterface(); in emptyInterface() method
64 public void emptyInterface() {} in emptyInterface() method in MethodInvocationPerfTest.C
/aosp_15_r20/libcore/benchmarks/src/benchmarks/
H A DMethodInvocationBenchmark.java24 void emptyInterface(); in emptyInterface() method
56 public void emptyInterface() { in emptyInterface() method in MethodInvocationBenchmark.C
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dinterface.go31 var emptyInterface = Interface{complete: true, tset: &topTypeSet} var
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dinterface.go32 var emptyInterface = Interface{complete: true, tset: &topTypeSet} var