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

  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
atexit.c 117 static int call_depth; local
120 call_depth++;
148 call_depth--;
155 if (dso == NULL && call_depth == 0) {
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-138887.js 35 return function(call_depth) {
36 if (call_depth == 0) return 10;
37 return 1 + worker(call_depth - 1);
regress-crbug-147475.js 35 return function(call_depth) {
36 if (call_depth == 0) return 10;
37 return 1 + worker(call_depth - 1);
  /external/chromium_org/third_party/ots/src/
cff_type2_charstring.cc 31 bool ExecuteType2CharString(size_t call_depth,
120 size_t call_depth,
183 return ExecuteType2CharString(call_depth + 1,
604 // call_depth: The current call depth. Initial value is zero.
615 bool ExecuteType2CharString(size_t call_depth,
624 if (call_depth > kMaxSubrNesting) {
663 call_depth,
774 if (!ExecuteType2CharString(0 /* initial call_depth is zero */,
  /external/chromium_org/v8/test/cctest/
test-api.cc 13147 static int call_depth; variable
    [all...]

Completed in 229 milliseconds