Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/test/asan/TestCases/
H A Ddeep_tail_call.cc9 void __attribute__((noinline)) call4(int i) { global[i+10]++; } in call4() function
/aosp_15_r20/dalvik/dx/tests/080-dex-exception-tables/
H A DBlort.java22 public static void call4() { } in call4() method in Blort
HDBlort.class ... ) public static void call3 () public static void call4 () public static void call5 () public static ...
/aosp_15_r20/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
H A DManagedChannelImplTest.java1617 ClientCall<String, Integer> call4 = oob1.newCall(method, CallOptions.DEFAULT); in oobchannels() local