HomeSort by relevance Sort by last modified time
    Searched refs:call4 (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/asan/lit_tests/
deep_tail_call.cc 12 // CHECK: {{#0.*call4}}
13 void __attribute__((noinline)) call4(int i) { global[i+10]++; } function
15 void __attribute__((noinline)) call3(int i) { call4(i); }
  /dalvik/dx/tests/080-dex-exception-tables/
Blort.java 22 public static void call4() { } method in class:Blort
65 call4(); method
135 call4(); method
165 call4(); method
188 call4(); method
  /external/v8/test/mjsunit/
debug-stepin-function-call.js 93 function call4() { function
146 [call1, call2, call3, call4, apply1, apply2, apply3, apply4, bind1];

Completed in 376 milliseconds